-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"name": "recbook-server",
"version": "0.0.1",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "gulp server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pingsters/pingme-server.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/pingsters/pingme-server/issues"
},
"homepage": "https://github.com/pingsters/pingme-server#readme",
"dependencies": {
"bcrypt": "^1.0.1",
"body-parser": "^1.15.2",
"elasticsearch": "^13.2.0",
"express": "^4.14.0",
"express-graphql": "^0.6.1",
"firebase-admin": "^4.0.4",
"graphql": "^0.10.4",
"graphql-date": "^1.0.2",
"graphql-relay": "^0.5.2",
"graphql-type-json": "^0.1.4",
"jsonwebtoken": "^7.2.1",
"node-env-file": "^0.1.8",
"node-fetch": "^1.6.3",
"path": "^0.12.7",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"winston": "^2.3.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.12.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^1.9.1",
"rimraf": "^2.5.4"
}
}