-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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-update-submodules",
"description": "Updates git submodules",
"version": "0.4.1",
"homepage": "https://github.com/jaubourg/grunt-update-submodules",
"author": "Julian Aubourg <j@ubourg.net>",
"repository": {
"type": "git",
"url": "git://github.com/jaubourg/grunt-update-submodules.git"
},
"bugs": {
"url": "https://github.com/jaubourg/grunt-update-submodules/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jaubourg/grunt-update-submodules/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"bin": "bin/grunt-update-submodules",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
},
"devDependencies": {
"coveralls": "2.10.0",
"grunt": "0.4.4",
"grunt-contrib-jshint": "0.10.0",
"grunt-jscoverage": "0.1.0",
"grunt-jscs-checker": " 0.4.3",
"grunt-shell": "0.7.0",
"load-grunt-tasks": "0.4.0",
"nodeunit": "0.8.7",
"wrench": "1.5.8"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"git",
"gruntplugin",
"submodule",
"update"
]
}