-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 920 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 920 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "inq",
"author": "hustcer",
"public": true,
"version": "0.1.6",
"license": "MIT",
"homepage": "http://traceinvest.com",
"description": "A CLI tool for U.S. stock insider trading query.",
"main": "inq",
"bin": {
"inq": "./bin/inq"
},
"scripts": {
"start": "node ./bin/inq"
},
"engines": {
"node": ">= 0.10.0"
},
"contributors": [
"hustcer <[email protected]> (http://topdna.org/)"
],
"repository": {
"type": "git",
"url": "https://github.com/hustcer/inq"
},
"bugs": {
"url": "https://github.com/hustcer/inq/issues"
},
"keywords": [
"insider",
"traceinvest",
"insider trading",
"stock"
],
"dependencies": {
"bluebird": "^2.3.11",
"colors": "~1.0.3",
"commander": "~2.5.0",
"printf": "^0.2.0",
"request": "~2.48.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-eslint": "^2.0.0"
}
}