forked from Autodesk/hubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 915 Bytes
/
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
{
"name": "hubble-enterprise-dashboard",
"description": "",
"version": "0.3.0+git",
"scripts": {
"start": "echo \"is there jekyll for node?\"",
"unit-test": "karma start spec/karma.conf.js",
"lint": "eslint .",
"test": "mkdir -p _test/assets/js && jekyll build && cp assets/js/.eslintrc.json _test/assets/js/ && cp _site/assets/js/charts.js _test/assets/js/ && npm run unit-test && npm run lint",
"codecov": "codecov -F docs"
},
"devDependencies": {
"codecov": "^3.7.2",
"eslint": "^7.6.0",
"jasmine": "^3.6.1",
"karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^3.3.1"
},
"engines": {
"node": ">= 6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/autodesk/hubble.git"
},
"bugs": {
"url": "https://github.com/autodesk/hubble/issues"
},
"license": "MIT"
}