-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPackage.json
More file actions
34 lines (30 loc) · 764 Bytes
/
Copy pathPackage.json
File metadata and controls
34 lines (30 loc) · 764 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
{
"name": "ohmystore",
"description": "Simple nodejs server for cerating basic enterprise mobile application stores",
"author": {
"name": "Dima Maleev",
"email": "diwingless@gmail.com",
"url" : "maleevdimka.wordpress.com"
},
"dependencies": {
"underscore": ">= 1.6.0",
"ohmyapk": "0.2.0",
"bplist-parser": "0.0.5",
"xmlbuilder": "2.1.0",
"adm-zip": ">=0.4.4",
"mongoose": "latest",
"mkdirp": "latest",
"watch": "0.9.0",
"express": "3.5.1",
"express-partials": "0.2.0",
"ejs": "~1.0.0",
"chokidar":"latest",
"bcrypt-nodejs":"~0.0.3",
"passport-local" : "~0.1.6",
"connect-flash" : "~0.1.1",
"connect-mongo" : "~0.4.1"
},
"engines" : {
"node": ">= 0.8.0"
}
}