-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 903 Bytes
/
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": "gake",
"version": "0.1.1",
"description": "Make loading grunt tasks/config from external files easy",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/BlueHotDog/gake.git"
},
"author": "BlueHotDog",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/BlueHotDog/gake/issues"
},
"homepage": "https://github.com/BlueHotDog/gake",
"devDependencies": {
"mocha": "~1.15.1"
},
"dependencies": {
"grunt": "~0.4.2",
"lodash": "~2.4.1",
"coffee-script": "",
"wrench": "~1.5.4",
"mkdirp": "~0.3.5",
"dot": "~1.0.2"
},
"peerDependencies": {
"grunt": "~0.4"
},
"keywords": [
"gruntplugin",
"gake",
"grunt",
"rake"
],
"files": [
"lib",
"tasks",
"LICENSE-MIT"
],
"engines": {
"node": ">= 0.10.0"
}
}