-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "server",
"version": "0.0.1",
"description": "",
"main": "converter.js",
"engines": {
"node": "^7.0.0"
},
"scripts": {
"start": "NODE_ENV=prod node app.js",
"start.dev": "npm run setup && nodemon -i node_modules -i client -i resources app.js",
"setup": "npm install",
"production.prepare.front": "cd client/ && npm run build.production",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd client/ && npm install"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/speech": "^0.9.3",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-form": "^0.12.6",
"express-history-api-fallback": "^2.2.1",
"express-jwt": "^5.3.0",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"mongoose": "^4.10.6",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"now-logs": "0.0.7",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"plus.application": "^1.1.14"
}
}