-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (42 loc) · 982 Bytes
/
package.json
File metadata and controls
53 lines (42 loc) · 982 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
44
45
46
47
48
49
50
51
52
53
{
"name": "noder.io-app",
"version": "0.1.1",
"description": "Noder.io-app is a light starter toolkit to start and organize quickly an application with Node.js. Noder.io-app provides useful features through Node.js modules chosen for the performance and productivity gains.",
"main": "index.js",
"bin": {
"noder-server": "./bin/noder-server"
},
"keywords": [
"noder",
"noder.io",
"toolkit",
"helper",
"framework",
"lib",
"server",
"node",
"node.js",
"router",
"express"
],
"author": {
"name":"Nicolas Tallefourtane",
"url":"http://nicolab.net"
},
"license": "BSD-2-Clause",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"noder.io": "~0.2.0",
"express": "~3.4.8",
"express-load": "~1.1.9"
},
"devDependencies": {
"unit.js": ">= 0.1.6 < 1.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:noder-io/noder.io-app.git"
}
}