forked from Workiva/wf-grunt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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.3.1",
"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.6.2",
"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",
"lodash": "~2.4.0",
"karma": "~0.10.7",
"karma-browserstack-launcher": "0.0.6",
"karma-chrome-launcher": "~0.1.1",
"karma-coffee-preprocessor": "~0.1.1",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"requirejs": "~2.1.9"
},
"devDependencies": {
"grunt-jasmine-node": "~0.1.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
}
}