UNPKG

1.08 kBJSONView Raw
1{
2 "name": "robinhood",
3 "version": "1.6.4",
4 "description": "Comprehensive NodeJS API wrapper for the Robinhood API",
5 "main": "src/robinhood.js",
6 "typings": "robinhood.d.ts",
7 "scripts": {
8 "test": "nyc ava && npm run typescript",
9 "typescript": "tsc --project test/types/tsconfig.json",
10 "release": "standard-version"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/aurbano/robinhood-node.git"
15 },
16 "keywords": [
17 "robinhood",
18 "trading",
19 "api",
20 "stock",
21 "finance"
22 ],
23 "author": "Alejandro U. Alvarez",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/aurbano/robinhood-node/issues"
27 },
28 "homepage": "https://github.com/aurbano/robinhood-node",
29 "devDependencies": {
30 "ava": "^0.17.0",
31 "coveralls": "^2.11.15",
32 "nyc": "^10.0.0",
33 "standard-version": "^4.4.0",
34 "typescript": "~3.1.3"
35 },
36 "dependencies": {
37 "@types/request": "~2.47.1",
38 "lodash": "^4.17.11",
39 "promise": "^7.1.1",
40 "query-string": "^4.3.2",
41 "request": "^2.88.0",
42 "should": "^11.1.1"
43 }
44}