-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 953 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 953 Bytes
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
{
"name": "javascriptrrd",
"version": "0.0.1",
"dependencies": {
"bootstrap": "^3.3.7",
"d3": "^4.12.2",
"flot": "^0.8.0-alpha",
"jquery": "^3.2.1"
},
"devDependencies": {
"chai": "latest",
"coveralls": "latest",
"istanbul": "latest",
"js-beautify": "^1.7.5",
"jsdom": "^11.5.1",
"jshint": "latest",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "latest",
"xmlhttprequest": "latest"
},
"scripts": {
"lint": "./node_modules/jshint/bin/jshint *.js",
"testonly": "./node_modules/.bin/_mocha test.js",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test.js",
"test": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git://github.com/erwinlem/javascriptrrd.git"
},
"license": "MIT"
}