-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "rmns",
"version": "1.1.5",
"description": "Remote Multiscale Navigation System",
"main": "lib/index.js",
"bin": "bin/rmns",
"scripts": {
"build": "rm -rf build && node-gyp configure && node-gyp build",
"start": "node lib/index.js",
"dev": "nodejs-dashboard node lib/index.js",
"test": "mocha --timeout 10000 test/*.js",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htaunay/rmns.git"
},
"author": "Henrique Taunay",
"license": "ISC",
"bugs": {
"url": "https://github.com/htaunay/rmns/issues"
},
"homepage": "https://github.com/htaunay/rmns#readme",
"devDependencies": {
"coveralls": "^2.11.14",
"istanbul": "^0.4.5",
"mocha": "^2.3.3",
"nodejs-dashboard": "^0.1.0",
"request": "^2.65.0",
"should": "^7.1.1",
"should-http": "0.0.4"
},
"dependencies": {
"colors": "^1.1.2",
"math": "0.0.3",
"nan": "^2.4.0",
"node-version-compare": "^1.0.1"
}
}