forked from hustcer/star
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.12 KB
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
{
"name": "star",
"author": "hustcer",
"public": true,
"version": "0.2.8",
"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": ">= 0.12.5"
},
"repository": {
"type": "git",
"url": "https://github.com/hustcer/star"
},
"bugs": {
"url": "https://github.com/hustcer/star/issues"
},
"keywords": [
"nodejs", "stocks", "insider trading"
],
"dependencies": {
"async":"~1.4.0",
"bluebird": "~2.9.34",
"blessed": "~0.1.20",
"blessed-contrib": "~2.3.3",
"cheerio":"~0.19.0",
"colors": "~1.1.0",
"commander": "~2.8.1",
"iconv": "^2.1.8",
"js-yaml": "~3.3.0",
"lodash": "~3.10.1",
"moment":"~2.10.6",
"numeral": "~1.5.3",
"printf": "~0.2.3",
"request": "2.60.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-eslint": "^17.0.0"
}
}