-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.52 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
{
"name": "backshift",
"version": "1.3.3",
"repository": {
"type": "git",
"url": "https://github.com/OpenNMS/backshift.git"
},
"homepage": "https://github.com/OpenNMS/backshift",
"dependencies": {
"c3": "~0.4.11",
"d3": "~3.5.16",
"dcjs": "https://github.com/dc-js/dc.js.git#2.0.0-beta.27",
"flot": "~0.8.3",
"flot-axislabels": "https://github.com/j-white/flot-axislabels.git#master",
"jquery": "~2.1.4",
"jquery.flot.tooltip": "~0.9.0",
"flot-legend": "https://github.com/opennms/flot-legend.git#master",
"flot-saveas": "https://github.com/j-white/flot-saveas.git#master",
"flot-datatable": "https://github.com/OpenNMS/flot-datatable.git#master",
"flot-navigate": "https://github.com/OpenNMS/flot-navigate.git#master"
},
"devDependencies": {
"bower": "^1.8.12",
"fsevents": "^2.3.2",
"grunt": "^1.3.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-jsdoc": "^2.4.1",
"http-server": "^0.12.3",
"jasmine-core": "^3.7.1",
"jsdoc": "^3.6.6",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-phantomjs-launcher": "~1.0.0",
"phantomjs-prebuilt": "^2.1.7"
},
"scripts": {
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
}
}