forked from plopjs/plop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 900 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
{
"name": "plop",
"version": "1.1.0",
"description": "Micro-generator script for doing project specific scaffolding of code structures",
"main": "plop.js",
"repository": {
"type": "git",
"url": "https://github.com/amwmedia/plop.git"
},
"keywords": [
"generator",
"scaffolding",
"yeoman",
"make",
"build",
"generate",
"gen",
"plop"
],
"author": "Andrew Worcester <andrew@amwmedia.com> (http://amwmedia.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/amwmedia/plop/issues"
},
"homepage": "https://github.com/amwmedia/plop",
"dependencies": {
"change-case": "^2.1.5",
"colors": "^1.0.2",
"findup-sync": "^0.1.3",
"handlebars": "^2.0.0",
"mkdirp": "^0.5.0",
"prompt": "^0.2.14",
"inquirer": "^0.10.0",
"q": "~1.0.1"
},
"preferGlobal": "true",
"bin": {
"plop": "plop.js"
}
}