forked from octoblu/gateblu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.19 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gateblu",
"version": "5.5.6",
"description": "Gateblu core library",
"main": "index.js",
"scripts": {
"preinstall": "node -e \"try{require('./skip-install.js')}catch(e){}\"",
"test": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/octoblu/gateblu.git"
},
"author": "Octoblu <sqrt@octoblu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/gateblu/issues"
},
"homepage": "https://github.com/octoblu/gateblu",
"dependencies": {
"async": "^1.4.2",
"coffee-script": "^1.9.2",
"debug": "^2.1.0",
"eventemitter2": "^0.4.14",
"fstream": "^1.0.7",
"lodash": "^3.9.3",
"meshblu": "^1.21.0",
"request": "^2.58.0",
"tar": "^2.1.1"
},
"bundledDependencies": [
"request",
"tar",
"fstream"
],
"devDependencies": {
"chai": "^1.10.0",
"codeclimate-test-reporter": "^0.0.4",
"coffee-coverage": "^0.6.3",
"coffee-script": "^1.10.0",
"istanbul": "^0.3.21",
"mocha": "^2.3.3",
"mocha-istanbul": "^0.2.0",
"sinon": "^1.17.0",
"sinon-chai": "^2.8.0"
},
"browserify": {
"transform": [
"coffeeify"
]
}
}