-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.3 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": "wf-grunt",
"version": "0.5.0",
"description": "Common grunt tasks for WebFilings JavaScript projects.",
"private": true,
"main": "./src/index",
"repository": {
"type": "git",
"url": "git://github.com/WebFilings/wf-grunt.git"
},
"readmeFilename": "README.md",
"dependencies": {
"connect-livereload": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsdoc": "~0.4.2",
"grunt-karma": "^0.8.0",
"grunt-plato": "~0.2.1",
"grunt-shell": "~0.6.1",
"grunt-template-jasmine-istanbul": "~0.2.5",
"grunt-template-jasmine-requirejs": "~0.1.8",
"http-proxy": "~0.10.3",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-coffee-preprocessor": "^0.1.3",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sauce-launcher": "^0.2.10",
"karma-script-launcher": "^0.1.0",
"lodash": "~2.4.0",
"requirejs": "^2.1.14"
},
"devDependencies": {
"grunt-jasmine-node": "~0.2.1"
},
"peerDependencies": {
"grunt": "^0.4.5"
}
}