-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 914 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
{
"name": "rad",
"version": "1.0.0",
"description": "Retirement Adviser Directory",
"scripts": {
"test": "./node_modules/.bin/karma start spec/javascripts/karma.conf.js --single-run=true && ./node_modules/.bin/jshint app/assets/javascripts/ spec/javascripts"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-jquery": "^1.2.3",
"jshint": "^2.8.0",
"karma": "^1.7.0",
"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-osx-reporter": "*",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "1.1.0",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "0.0.13",
"mocha": "~1.15.1",
"phantomjs-prebuilt": "2.1.14",
"requirejs": "2.2.0",
"sinon": "^1.9.0"
}
}