-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 956 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": "influencer-detector-back",
"version": "1.0.0",
"description": "API to access Influencer Detector analysis system.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtoledo23/influencer-detector-back.git"
},
"keywords": [
"api",
"node",
"spark",
"influencer",
"detector"
],
"author": "Diego Toledo",
"license": "ISC",
"bugs": {
"url": "https://github.com/dtoledo23/influencer-detector-back/issues"
},
"homepage": "https://github.com/dtoledo23/influencer-detector-back#readme",
"dependencies": {
"body-parser": "^1.17.1",
"cassandra-driver": "^3.2.1",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"fb": "^2.0.0",
"morgan": "^1.8.1",
"node-go-require": "^1.0.33",
"request": "^2.81.0",
"request-promise": "^4.2.0"
}
}