forked from maanavshah/stock-market-india
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 Bytes
/
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
{
"name": "stock-market-india",
"version": "1.0.0",
"description": "\"An API Library which fetches data from Bombay Stock Exchange and National Stock Exchange and returns data in JSON format.\"",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js 3000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maanavshah/stock-market-india.git"
},
"keywords": [
"api",
"indian",
"stock",
"market",
"exchange",
"api",
"BSE",
"NSE",
"node",
"express"
],
"author": "Maanav Shah",
"license": "MIT",
"bugs": {
"url": "https://github.com/maanavshah/stock-market-india/issues"
},
"homepage": "https://github.com/maanavshah/stock-market-india#readme",
"dependencies": {
"axios": "^0.18.1",
"express": "^4.16.4",
"indian-stock-exchange": "^1.3.33",
"loadash": "^1.0.0"
}
}