-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.36 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "grunt-scaffold",
"description": "Scaffold what you want.",
"version": "0.7.0",
"homepage": "https://github.com/crudo/grunt-scaffold",
"author": "crudo <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/crudo/grunt-scaffold.git"
},
"bugs": {
"url": "https://github.com/crudo/grunt-scaffold/issues"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"fs-extra": "3.0.1",
"fs-readdir-recursive": "1.0.0",
"inquirer": "3.0.6",
"lodash.isfunction": "3.0.8",
"mustache": "2.3.0"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-react": "6.10.3",
"expect.js": "0.3.1",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-mocha-istanbul": "5.0.2",
"gruntify-eslint": "3.1.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"sinon": "2.2.0"
},
"peerDependencies": {
"grunt": "0.4.0 - 1"
},
"keywords": [
"gruntplugin",
"scaffold",
"scaffolding",
"create",
"setup",
"interactive",
"skeleton"
],
"directories": {
"test": "test"
},
"license": "MIT"
}