-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 976 Bytes
/
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
{
"name": "bigmoodapi",
"version": "1.0.0",
"description": "API for BigMoodUI",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/babel-node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CUBigDataClass/BigMood-API.git"
},
"author": "BigMood",
"license": "ISC",
"bugs": {
"url": "https://github.com/CUBigDataClass/BigMood-API/issues"
},
"homepage": "https://github.com/CUBigDataClass/BigMood-API#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"cron": "^1.6.0",
"express": "^4.16.4",
"kafka-node": "^4.1.1",
"moment": "^2.24.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"twitter": "^1.7.1",
"winston": "^3.2.1",
"ws": "^6.2.1"
},
"devDependencies": {
"babel-preset-stage-3": "^6.24.1"
}
}