-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 KB
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
{
"name": "parse-server-example",
"version": "1.4.0",
"description": "An example Parse API server using the parse-server module",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-server-example"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"express": "~4.11.x",
"express-session": "^1.14.0",
"gravatar": "^1.5.2",
"jade": "^1.11.0",
"kerberos": "~0.0.x",
"parse": "^1.8.5",
"parse-dashboard": "^1.0.22",
"parse-server": "~2.2.22",
"parse-server-mailgun": "^2.1.15",
"parse-server-simple-mailgun-adapter": "^1.0.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta5",
"q": "^1.4.1",
"redis": "^2.6.2",
"request": "^2.74.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"canonical-path": "0.0.2",
"dgeni": "^0.4.2",
"dgeni-packages": "^0.16.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"lodash": "^4.16.4",
"should": "^11.1.1",
"supertest": "^2.0.0"
},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "5.0"
}
}