forked from hustcer/star
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.34 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.3.9",
"license": "MIT",
"homepage": "http://traceinvest.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.0.0",
"blessed": "~0.1.80",
"blessed-contrib": "~3.5.5",
"bluebird": "~3.4.1",
"cheerio": "~0.20.0",
"colors": "~1.1.0",
"columnify": "^1.5.4",
"commander": "~2.9.0",
"iconv": "^2.2.1",
"js-yaml": "~3.6.1",
"lodash": "~4.13.1",
"moment": "~2.14.1",
"request": "2.73.0",
"strman": "^1.3.1"
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-sloc2": "^1.0.1",
"imagemin-pngquant": "^5.0.0",
"numbro": "^1.8.1"
}
}