-
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) · 829 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 829 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": "project",
"description": "Simple project template manager",
"version": "0.2.0",
"homepage": "https://github.com/seanc/project",
"author": "Sean Wilson (https://imsean.me)",
"repository": "seanc/project",
"bugs": {
"url": "https://github.com/seanc/project/issues"
},
"license": "MIT",
"files": [
"bin",
"LICENSE"
],
"bin": {
"project": "./bin/project"
},
"engines": {
"node": ">=6"
},
"keywords": [
"generator",
"scaffolding"
],
"dependencies": {
"confirm": "seanc/confirm",
"dedent": "^0.6.0",
"each-async": "^1.1.1",
"glob": "^7.1.1",
"minimist": "^1.2.0",
"mv": "^2.1.1",
"pixie": "^0.2.2",
"randomstring": "^1.1.5",
"request": "^2.79.0",
"targz": "^1.0.1",
"through2": "^2.0.1",
"trash": "^4.0.0"
}
}