-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 786 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 786 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
{
"name": "node_app_framework",
"version": "1.0.0",
"description":"Node Application Framework built on top of Express",
"scripts": {
"start": "node index.js"
},
"author": {
"name": "Raw Engineering [Pradeep Mishra]",
"url": "http://www.raweng.com/"
},
"dependencies": {
"express": "3.1.1",
"jade": "0.28.1",
"built":"1.0.0",
"restler":"2.0.1",
"ejs":"0.8.3" ,
"forever-monitor":"1.1.0",
"http-proxy":"0.10.1"
},
"keywords": [
"framework",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"repository": "git://github.com/raweng/built.io-node-app-framework",
"main":"index",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
}