-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 966 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
40
41
42
43
44
45
46
47
48
49
{
"name": "expressbooster",
"version": "0.1.0",
"icon": "resources/icon.svg",
"description": "Effortless Express: A Rapid Application Server with Seamless Template Integration",
"author": "Atul Mahankal <[email protected]>",
"bin": "./bin/command.js",
"files": [
"bin/",
".gitignore"
],
"repository": {
"type": "git",
"url": "https://github.com/mahankals/ExpressBooster"
},
"keywords": [
"node",
"express",
"framework",
"router",
"view",
"controller",
"model",
"web",
"app",
"rest",
"restful",
"api",
"samples",
"quick",
"fast",
"easy"
],
"engines": {
"node": ">= 0.10"
},
"license": "MIT",
"dependencies": {
"cli-color": "^2.0.3",
"cli-steps": "github:mahankals/cli-steps",
"colors": "^1.4.0",
"commander": "^11.1.0",
"readline": "^1.3.0",
"simple-git": "^3.22.0"
},
"devDependencies": {
"debug": "^4.3.4"
}
}