forked from feedhenry-staff/rhmap-stats
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "rhmap-stats",
"version": "1.0.4",
"description": "RedHat Mobile Application wrapper for stats-influxdb",
"main": "index.js",
"scripts": {
"check-coverage": "istanbul check-coverage --statements 100 --branches 85 --functions 100 --lines 100",
"coverage": "env NODE_PATH=. istanbul cover -x *.test.js _mocha test/",
"unit": "env NODE_PATH=. mocha test/",
"test": "npm run coverage && npm run check-coverage"
},
"author": "Keyang Xiang <[email protected]>",
"contributors": [
{
"name": "Keyang Xiang",
"email": "[email protected]"
},
{
"name": "Evan Shortiss",
"email": "[email protected]"
}, {
"name": "Alan Moran",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"stats-influxdb":"https://github.com/redhat-mobile-consulting/stats-influxdb.git",
"env-var": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3"
}
}