forked from codeforseoul/FdAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1018 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1018 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
{
"name": "FdAS",
"version": "0.1.0",
"main": "server/server.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/codeforseoul/FdAS"
},
"scripts": {
"pretest": "jshint ."
},
"dependencies": {
"compression": "^1.0.3",
"errorhandler": "^1.1.1",
"grunt": "^0.4.5",
"loopback": "^2.7.0",
"loopback-boot": "^2.0.0",
"loopback-connector-mongodb": "^1.4.4",
"loopback-datasource-juggler": "^2.7.0",
"serve-favicon": "^2.0.1",
"body-parser": "^1.9.0",
"compression": "^1.0.11",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.2",
"errorhandler": "^1.1.1",
"express-session": "^1.7.6",
"loopback-component-passport": "^1.0.5",
"passport": "^0.2.0",
"passport-oauth2": "^1.1.2",
"passport-facebook": "^1.0.3"
},
"optionalDependencies": {
"loopback-explorer": "^1.1.0"
},
"devDependencies": {
"debug": "^2.1.0",
"grunt-docular": "^0.2.3",
"grunt-loopback-sdk-angular": "^1.1.2"
}
}