-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
{
"name": "cnn-metrics",
"version": "0.5.0",
"description": "CNN Metrics",
"main": "lib/metrics.js",
"directories": {
"lib": "./lib",
"test": "./test"
},
"scripts": {
"generate-authors": "tools/generate-authors.sh",
"generate-changelog": "changelog-maker --group",
"generate-docs": "rm -rf docs && esdoc -c .esdoc.json",
"test": "eslint . && test/validate-json-files.sh",
"update-apply": "ncu -u",
"update-check": "ncu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnnlabs/cnn-metrics.git"
},
"bugs": {
"url": "https://github.com/cnnlabs/cnn-metrics/issues"
},
"homepage": "https://github.com/cnnlabs/cnn-metrics#readme",
"engines": {
"node": ">=4.3.1"
},
"dependencies": {
"debug": "2.6.3",
"dogapi": "2.6.1",
"lodash": "4.17.4",
"metrics": "0.1.11",
"nconf": "0.8.4"
},
"devDependencies": {
"changelog-maker": "2.2.5",
"esdoc": "0.5.2",
"eslint": "3.18.0",
"jq-cli-wrapper": "0.4.0",
"jsonlint": "1.6.2",
"npm-check-updates": "2.10.4"
},
"keywords": [
"cnn",
"cnnlabs",
"metrics"
],
"license": "MIT"
}