-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 Bytes
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
{
"name": "probabilistic",
"version": "0.0.0",
"description": "Probabilistic forecasting application",
"dependencies": {},
"devDependencies": {
"bower": "1.3.5",
"jshint": "^2.5.5",
"jshint-stylish": "^0.4.0",
"jshint-teamcity": "^1.0.6",
"karma": "0.12.16",
"karma-chrome-launcher": "0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "0.1.0",
"karma-htmlfile-reporter": "^0.1.2",
"karma-jasmine": "0.2.2",
"karma-requirejs": "0.2.2",
"karma-script-launcher": "0.1.0",
"karma-teamcity-reporter": "^0.1.2",
"lodash": "2.4.1"
},
"optionalDependencies": {
"karma-phantomjs-launcher": "0.1.4"
},
"engines": {
"node": ">=0.10.0"
}
}