forked from OpenTSDB/opentsdb-horizon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "horizon_dev",
"version": "0.0.3",
"description": "A new horizon",
"scripts": {
"clean": "rm -rf node_modules && cd frontend && rm -rf node_modules && cd ../server && rm -rf node_modules && cd -",
"install-subdirs": "cd frontend && npm install && cd ../server && npm install && cd -",
"build": "cd frontend && npm run build && cd -",
"test": "cd frontend && npm test",
"cover": "./yahoo/coverage.sh",
"postpublish": "./yahoo/publish.sh",
"ci-build": "npm run build",
"ci-test": "npm run test"
},
"repository": {
"type": "git",
"url": "git@git.ouroath.com:monitoring/horizon.git"
},
"yhint": {
"excludes": [
"frontend",
"server",
"public"
]
},
"yahoo": {
"bugzilla": {
"product": "Yamas",
"component": "General"
},
"custodian": {
"email": "yamas-devel@oath.com",
"url": "http://yo/yamas2userguide"
}
},
"author": "Yahoo",
"license": "ISC",
"dependencies": {},
"devDependencies": {}
}