forked from hustcer/star
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.35 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
{
"name": "star",
"author": "hustcer",
"public": true,
"version": "0.5.0",
"license": "MIT",
"homepage": "http://uzfin.com",
"description": "A STock Analysis and Research tool for terminal users.",
"main": "star",
"bin": {
"star": "./star.js"
},
"contributors": [
{
"name": "Justin Ma",
"email": "hustcer(at)gmail.com"
}
],
"scripts": {
"start": "star.js -h"
},
"engines": {
"node": ">= 4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hustcer/star"
},
"bugs": {
"url": "https://github.com/hustcer/star/issues"
},
"keywords": [
"nodejs",
"stocks",
"insider trading"
],
"dependencies": {
"async": "^2.6.0",
"blessed": "~0.1.80",
"blessed-contrib": "^4.7.5",
"bluebird": "^3.5.1",
"cheerio": "~1.0.0-rc.2",
"colors": "~1.1.0",
"columnify": "^1.5.4",
"commander": "~2.14.1",
"iconv": "^2.2.3",
"js-yaml": "^3.10.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"numbro": "^1.11.1",
"request": "^2.83.0",
"strman": "^2.0.0"
},
"devDependencies": {
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-sloc2": "^1.0.1",
"imagemin-pngquant": "^5.0.0"
}
}