-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "cms",
"author": "Money Advice Service",
"dependencies": {
"bower": "^1.8.4"
},
"repository": {
"type": "git",
"url": "git://github.com/moneyadviceservice/cms/cms.git"
},
"engine": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start spec/javascripts/karma.conf.js"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-jquery": "^2.0.0",
"grunt": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-dox": "~0.5.0",
"jscs": "^3.0.7",
"jshint": "^2.5.5",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jquery": "^0.2.2",
"karma-mocha": "^1.3.0",
"karma-osx-reporter": "*",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "0.0.32",
"mocha": "^5.0.5",
"requirejs": "^2.3.5",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0"
}
}