-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.4 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
{
"name": "reimagined-pancake",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/chgibb/reimagined-pancake.svg?branch=master)](https://travis-ci.org/chgibb/reimagined-pancake)[![Dependency Status](https://gemnasium.com/badges/github.com/chgibb/reimagined-pancake.svg)](https://gemnasium.com/github.com/chgibb/reimagined-pancake) Author: Chris Gibb Twitter scraper and natural language processing platform CS4311 Final Project",
"main": "index.js",
"scripts": {
"test": "bash test.bash",
"build": "bash build.bash"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chgibb/reimagined-pancake.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chgibb/reimagined-pancake/issues"
},
"homepage": "https://github.com/chgibb/reimagined-pancake#readme",
"dependencies": {
"electron-ipc-stream": "^0.2.0",
"electron-packager": "^8.0.0",
"escape-string-regexp": "^1.0.5",
"jquery": "^3.1.1",
"minimist": "^1.2.0",
"ndjson": "^1.4.3",
"plotly": "^1.0.6",
"rimraf": "^2.5.4",
"sentiment": "^2.0.0",
"twit": "^2.2.5",
"walk": "^2.3.9"
},
"devDependencies": {
"@types/es6-shim": "^0.31.32",
"@types/node": "^6.0.55",
"browserify": "^13.1.0",
"electron-prebuilt": "^1.1.2",
"plotly.js": "^1.26.1",
"typedoc": "^0.5.3",
"typescript": "^2.1.4"
}
}