forked from moneyadviceservice/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 704 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 704 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
{
"name": "frontend",
"private": true,
"devDependencies": {
"chai": "^1.9.1",
"chai-jquery": "^1.2.3",
"karma": "^0.12.23",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-coverage": "^0.2.6",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.1.4",
"karma-phantomjs-launcher": ">= 0.1.4",
"karma-requirejs": "~0.2.0",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "0.0.13",
"mocha": "~1.15.1",
"phantomjs": ">= 1.9.7-1",
"sinon": "^1.9.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start spec/javascripts/karma.conf.js"
}
}