-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 934 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 934 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
{
"name": "create-devablo-app",
"version": "1.3.0",
"description": "CLI for common project scaffolding",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/devablo/devablo.cli.create-devablo-app.git"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.18.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.2.0",
"shelljs": "^0.8.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"cli",
"scaffold"
],
"bin": {
"create-devablo-app": "./src/index.js"
},
"author": "Aaron Morey <aarym@live.com>",
"license": "ISC",
"homepage": "https://github.com/devablo/devablo.cli.create-devablo-app",
"preferGlobal": true,
"bugs": {
"url": "https://github.com/devablo/devablo.cli.create-devablo-app/issues"
},
"directories": {
"doc": "docs"
}
}