-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 927 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 927 Bytes
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
{
"name": "grunt-sub",
"version": "0.0.1",
"description": "Run sub-projects' Grunt tasks",
"homepage": "https://github.com/thewildpendulum/grunt-sub",
"repository": "https://github.com/thewildpendulum/grunt-sub",
"bugs": "https://github.com/thewildpendulum/grunt-sub/issues",
"author": {
"name": "Tim Hemphill",
"email": "trhemphill@gmail.com"
},
"keywords": [
"grunt",
"gruntplugin",
"sub",
"subgrunt",
"subproject",
"submodule",
"multi"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git@github.com:thewildpendulum/grunt-sub.git"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.0",
"load-grunt-tasks": "~0.2.0"
},
"scripts": {
"test": "grunt test"
}
}