-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.45 KB
/
package.json
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
53
54
55
56
57
{
"name": "apiserver",
"version": "1.0.0",
"description": "Express based Api Server",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/server.js",
"debug": "DEBUG=apiserver npm start",
"deploy": "node bin/publish.js"
},
"repository": {
"type": "git",
"url": "[email protected]:frasmarco/apiServer.git"
},
"keywords": [
"cave",
"speleo",
"gis"
],
"author": "Frassinelli Marco",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/frasmarco/apiServer/issues"
},
"homepage": "https://github.com/frasmarco/apiServer#readme",
"dependencies": {
"aws-sdk": "^2.118.0",
"body-parser": "^1.17.2",
"connect-ensure-login": "^0.1.1",
"connect-pg-simple": "^4.2.1",
"ejs": "^2.5.7",
"express": "^4.15.3",
"express-graphql": "^0.6.6",
"express-session": "^1.15.4",
"graphql": "^0.10.5",
"jsonwebtoken": "^7.4.1",
"mmmagic": "^0.4.5",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"pg": "^6.4.1",
"postgraphql": "^3.3.0",
"pretty-error": "^2.1.1",
"sharp": "^0.18.4"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0"
}
}