-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 864 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 864 Bytes
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
{
"name": "Risha Email Sentiment Analysis",
"version": "1.0.0",
"description": "NLP Chrome extension ",
"main": "main.bundle.js",
"dependencies": {
"c3": "^0.4.11",
"d3": "^4.2.2",
"fs": "0.0.2",
"json-loader": "^0.5.4",
"net": "^1.0.2",
"request": "^2.65.0",
"tls": "0.0.1",
"watson-developer-cloud": "^2.1.0"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"webpack": "^1.13.1"
},
"scripts": {
"test": "clear; ./node_modules/.bin/jasmine-node --verbose spec/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rishallen/CapStone2016.git"
},
"keywords": [
"nodejs"
],
"author": "Risha Allen",
"license": "ISC",
"bugs": {
"url": "https://github.com/rishallen/CapStone2016/issues"
},
"homepage": "https://github.com/rishallen/CapStone2016#readme"
}