-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 792 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 792 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
{
"name": "chrome-ext-sentiment",
"version": "1.0.0",
"description": "Rosette Text Analytics Power Pack Extensions - Sentiment Analysis for Twitter & Facebook",
"main": "background.js",
"scripts": {
"build": "browserify content_twitter.js -o bundle.js",
"buildFB": "browserify content_fb.js -o bundle2.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rosette-api-community/chrome-ext-sentiment.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rosette-api-community/chrome-ext-sentiment/issues"
},
"homepage": "https://github.com/rosette-api-community/chrome-ext-sentiment#readme",
"devDependencies": {
"browserify": "^13.0.0"
},
"dependencies": {
"rosette-api": "^1.1.0"
}
}