forked from opf/openproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 958 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
33
34
{
"name": "OpenProject",
"version": "0.1.0",
"devDependencies": {
"bower": "~1.3.8",
"chai": "~1.9.1",
"exec": "0.0.6",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jscoverage": "0.0.3",
"grunt-karma": "~0.8.2",
"json2htmlcov": "~0.1.1",
"karma": "~0.12.3",
"karma-chai": "~0.1.0",
"karma-chai-sinon": "~0.1.3",
"karma-chrome-launcher": "~0.1.3",
"karma-coverage": "^0.2.3",
"karma-firefox-launcher": "~0.1.3",
"karma-junit-reporter": "~0.2.2",
"karma-mocha": "~0.1.3",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"mocha": "~1.18.2",
"phantomjs": "~1.9.2",
"readable-stream": "1.1.11",
"rimraf": "~2.2.5",
"sinon": "~1.9.1",
"sinon-chai": "~2.5.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers Firefox,PhantomJS"
}
}