-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1011 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1011 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
41
42
43
{
"author": {
"name": "Vivek Kumar",
"email": "vivek43nit@gmail.com"
},
"bugs": {
"url": "https://github.com/vivek43nit/node-app-boot/issues"
},
"dependencies": {
"debug": "~0.7.2"
},
"name": "node-app-boot",
"version": "2.0.1",
"description": "A app manager for node js to easily start coding and manage your different segment of code very easily",
"directories": {},
"homepage": "https://github.com/vivek43nit/node-app-boot#readme",
"keywords": [
"app-manager",
"app manager",
"node app manager",
"manager",
"node-boot",
"node-app-boot",
"node app boot"
],
"license": "MIT",
"main": "lib/AppManager.js",
"optionalDependencies": {},
"maintainers": [
{
"name": "Vivek Kumar",
"email": "vivek43nit@gmail.com"
}
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/vivek43nit/node-app-boot.git"
},
"scripts": {
"test": "node test/main.js"
}
}