-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 888 Bytes
/
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
{
"name": "speedbe",
"version": "0.1.0",
"description": "Create new backend proyects with node.js and express",
"bin": {
"speedbe": "./bin/speedbe.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"standard": "standard",
"standard-fix": "standard --fix"
},
"author": "estrada9166",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/estrada9166/speedbe.git"
},
"keywords": [
"nodejs",
"generator",
"express"
],
"bugs": {
"url": "https://github.com/estrada9166/speedbe/issues"
},
"homepage": "https://github.com/estrada9166/speedbe#readme",
"dependencies": {
"args": "^3.0.4",
"chalk": "^2.1.0",
"fs-extra": "^5.0.0",
"inquirer": "^3.3.0",
"lodash": "^4.17.4",
"ora": "^1.3.0"
},
"devDependencies": {
"standard": "^10.0.3"
}
}