This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
67 lines (67 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "spark-twitter-watson-dashboard",
"version": "0.1.1",
"description": "Real time dashboard for the Twitter Sentiment analysis using Spark Streaming and Watson",
"main": "server.js",
"scripts": {
"postinstall": "node ./node_modules/bower/bin/bower cache clean && node ./node_modules/bower/bin/bower install",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-watson-data-lab/Spark-Twitter-Watson-Dashboard.git"
},
"keywords": [
"spark"
],
"dependencies": {
"async": "^1.2.1",
"babel": "^5.8.23",
"base64url": "0.0.6",
"bluebird": "^2.10.2",
"bluemix-helper-config": "^0.1.7",
"bluemix-helper-sso": "^0.1.7",
"body-parser": "^1.11.0",
"bower": "^1.4.1",
"bunyan": "^1.3.2",
"c3": "^0.4.10",
"cfenv": "*",
"metrics-tracker-client": "*",
"cloudant": "^1.10.0",
"cookie-parser": "~1.3.5",
"d3": "<=3.5.0",
"debug": "~2.0.0",
"dotenv": "^1.2.0",
"errorhandler": "~1.3.6",
"express": "^4.10.6",
"express-session": "1.11.3",
"jsonfile": "^2.2.1",
"jws": "0.2.5",
"lodash": "~3.9.3",
"message-hub-rest": "^1.0.1",
"morgan": "^1.6.0",
"mozaik": "https://github.com/DTAIEB/mozaik.git",
"nconfig": "*",
"node-schedule": "~0.2.9",
"node-uuid": "^1.4.1",
"oauth": "0.9.10",
"passport": "~0.2.2",
"react": "^0.13.3",
"react-mixin": "^3.0.0",
"reflux": "^0.2.12",
"request": "~2.81.0",
"superagent": "^2.0.0",
"superagent-bluebird-promise": "^2.1.0",
"when": "~3.7.3",
"ws": "~0.7.2",
"snyk": "^1.85.0"
},
"devDependencies": {
"mocha": "*"
},
"author": "[email protected]",
"license": "Apache-2.0",
"readmeFilename": "README.md",
"snyk": true
}