forked from isolineator/isolineator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
{
"name": "",
"version": "",
"description": "",
"author": "",
"license": "",
"engines": {
"node": ">=6.4.0"
},
"scripts": {
"start": "node Server/server.js"
},
"dependencies": {
"@google-cloud/speech": "^0.7.0",
"@google-cloud/translate": "^0.7.0",
"angular": "^1.6.3",
"angular-animate": "^1.6.3",
"angular-touch": "^1.6.3",
"async": "^2.1.5",
"aws-sdk": ">= 2.0.9",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"express": "^4.15.0",
"googleapis": "^18.0.0",
"gridfs-stream": "^1.1.1",
"jquery": "^3.1.1",
"mongo": "^0.1.0",
"mongoose": "^4.8.6",
"multer": "^1.3.0",
"node-fs": "^0.1.7",
"node-record-lpcm16": "^0.2.0",
"react-dom": "^15.4.2",
"request": "^2.81.0",
"socket.io": "^1.7.3"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"karma": "^1.5.0"
},
"babel": {
"presets": [
"es2015"
]
}
}