-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1020 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@relinklabs/eddies",
"version": "0.0.13",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha lib/**/*.spec.js",
"compile": "node_modules/babel-cli/bin/babel.js src -d lib -s inline",
"tdd": "node_modules/.bin/mocha src/**/*.spec.js --compilers js:babel-register --watch --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Relink/eddies.git"
},
"author": "relinklabs",
"license": "ISC",
"bugs": {
"url": "https://github.com/Relink/eddies/issues"
},
"homepage": "https://github.com/Relink/eddies#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"nock": "^7.2.2",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"@relinklabs/copper": "*",
"bluebird": "^3.3.3",
"lodash": "^4.5.1"
}
}