forked from plopjs/plop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
{
"name": "plop",
"version": "1.8.0",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop.js",
"repository": {
"type": "git",
"url": "https://github.com/amwmedia/plop.git"
},
"keywords": [
"generator",
"scaffolding",
"yeoman",
"make",
"build",
"generate",
"gen",
"plop"
],
"author": "Andrew Worcester <[email protected]> (http://amwmedia.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/amwmedia/plop/issues"
},
"devDependencies": {
"inquirer-directory": "^2.1.0",
"plop-pack-fancy-comments": "^0.2.0"
},
"homepage": "https://github.com/amwmedia/plop",
"dependencies": {
"chalk": "^1.1.3",
"interpret": "^1.0.0",
"liftoff": "^2.2.0",
"minimist": "^1.2.0",
"node-plop": "=0.7.0",
"v8flags": "^2.0.10"
},
"engines": {
"node": ">=4.0"
},
"preferGlobal": "true",
"bin": {
"plop": "./src/plop.js"
}
}