-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
46 lines (46 loc) · 973 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
{
"name": "grunt-init",
"description": "Generate project scaffolding from a template.",
"version": "0.3.1",
"homepage": "https://github.com/gruntjs/grunt-init",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-init.git"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-init/issues"
},
"license": "MIT",
"preferGlobal": true,
"bin": "bin/grunt-init",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"prompt": "~0.1.12",
"semver": "~1.0.14",
"hooker": "~0.2.3",
"colors": "~0.6.0-1",
"grunt": "~0.4.0",
"lodash": "~2.4.1",
"async": "~0.2.10"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0"
},
"keywords": [
"grunt",
"template",
"scaffold",
"generate",
"project"
]
}