-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 993 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 993 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
{
"name": "daturajs",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/webpolis/daturajs.git"
},
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.x.x",
"ejs": "0.8.x",
"express3-ejs-layout": "*",
"less-middleware": "*",
"sequelize": "*",
"restify": "*",
"inflector": "*",
"validator":"*",
"cheerio": "*",
"i18n": "*",
"pg":"*",
"mysql":"*",
"optimist":"*",
"shelljs":"*"
},
"author": {
"name": "Nicolas Iglesias",
"email": "nico@webpolis.com.ar"
},
"description": "Easy-to-ride & powerful MVC framework for node.",
"keywords": [
"express",
"framework",
"orm",
"datura",
"mvc",
"sinatra",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"main": "app.js",
"engines": {
"node": "*"
}
}