forked from plopjs/plop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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": "plop",
"version": "2.7.4",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop",
"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.2.0",
"plop-pack-fancy-comments": "^0.2.0"
},
"homepage": "https://plopjs.com",
"dependencies": {
"@types/liftoff": "^2.5.0",
"chalk": "^1.1.3",
"interpret": "^1.2.0",
"liftoff": "^2.5.0",
"minimist": "^1.2.0",
"node-plop": "~0.26.2",
"ora": "^3.4.0",
"v8flags": "^2.0.10"
},
"engines": {
"node": ">=8.9.4"
},
"preferGlobal": "true",
"bin": {
"plop": "./bin/plop.js"
}
}