forked from noman798/leancloud_798
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 811 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
{
"name": "av798",
"version": "1.0.0",
"description": "A sample Node.js app using Express 4",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"node",
"LeanCloud",
"LeanEngine",
"express"
],
"license": "MIT",
"dependencies": {
"body-parser": "1.12.3",
"cookie-parser": "^1.3.5",
"ejs": "2.3.1",
"express": "4.12.3",
"leanengine": "^0.1.0",
"evernote":">= 1.25.7",
"coffee-script":">= 1.9.3",
"oauth":">= 0.9.13",
"rootpath":">=0.1.2",
"qiniu":">=6.1.8",
"underscore.string":">= 3.1.1",
"dateformat":">= 1.0.11",
"underscore":">= 1.8.3",
"redis":">=0.12.1",
"hiredis":">=0.4.0",
"base-x":">=1.0.1",
"enml-js":">= 0.1.3",
"redis-evalsha":">=1.1.1",
"q":">=1.4.1"
}
}