forked from wtcross/grunt-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "grunt-lab",
"description": "Use the Spumko Lab test utility in Grunt.",
"version": "2.1.5",
"homepage": "https://github.com/wtcross/grunt-lab",
"author": {
"name": "Tyler Cross",
"email": "[email protected]",
"url": "https://github.com/wtcross"
},
"repository": {
"type": "git",
"url": "[email protected]:wtcross/grunt-lab.git"
},
"bugs": {
"url": "https://github.com/wtcross/grunt-lab/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wtcross/grunt-lab/blob/master/LICENSE"
}
],
"scripts": {
"test": "grunt"
},
"devDependencies": {
"apparition": "^1.0.0",
"code": "^1.2.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.5.0",
"grunt-run-task": "^0.2.0",
"lab": "^6.2",
"sinon": "^1.10.2"
},
"peerDependencies": {
"lab": "^6.2"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks",
"LICENSE"
]
}