-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 843 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": "oli2backend",
"version": "0.1.0",
"description": "Backend for the stand-along Oligrapher app",
"main": "src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"connect-mongo": "^0.8.2",
"cors": "^2.7.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.12.1",
"moment": "^2.10.6",
"mongodb": "^2.0.49",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"session": "^0.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"grunt-sass": "^1.0.0"
}
}