-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dough",
"version": "0.0.0",
"description": "Reusable frontend UI components from the Money Advice Service.",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start spec/js/karma.conf.js"
},
"repository": {
"type": "git",
"url": "git://github.com/moneyadviceservice/dough.git"
},
"keywords": [
"ui",
"components",
"mas"
],
"author": "The Money Advice Service",
"license": "MIT",
"gitHead": "5a4eff929bd3959721a996b2f0a4519306e9e53d",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^4.0.2",
"chai-jquery": "^2.0.0",
"grunt": "~0.4.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-dox": "~0.5.0",
"gulp": "^3.8.11",
"gulp-gh-pages": "^0.5.1",
"gulp-jsdoc": "^0.1.4",
"jaguarjs-jsdoc": "0.0.1",
"jquery": "^3.3.1",
"jscs": "^1.5.4",
"jshint": "^2.5.5",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.1.2",
"karma-cli": "^1.0.1",
"karma-coverage": "^0.2.4",
"karma-fixture": "^0.2.6",
"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.3",
"karma-spec-reporter": "0.0.32",
"mocha": "^3.4.2",
"phantomjs-prebuilt": "^2.1.5",
"requirejs": "~2.2.0",
"sinon": "^2.3.6",
"sinon-chai": "^2.11.0"
}
}