-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "grunt-jasmine-webpack",
"description": "A plugin to run webpack tests via jasmine",
"version": "1.0.3",
"homepage": "https://github.com/parkji/grunt-jasmine-webpack",
"author": {
"name": "Ben Parker",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/parkji/grunt-jasmine-webpack.git"
},
"bugs": {
"url": "https://github.com/parkji/grunt-jasmine-webpack/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/parkji/grunt-jasmine-webpack/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "grunt eslint"
},
"devDependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-eslint": "^18.1.0",
"grunt": "~1.0.1"
},
"dependencies": {
"chalk": "1.1.1",
"es6-promise-polyfill": "^1.2.0",
"grunt-lib-phantomjs": "1.0.1",
"jasmine-core": "2.4.1",
"minimatch": "3.0.0",
"underscore": "1.8.3",
"webpack": "2.5.1"
}
}