@seedalpha/ticker
Version:
ticker parser of seedalpha
34 lines • 762 B
JSON
{
"name": "@seedalpha/ticker",
"version": "1.4.10",
"description": "ticker parser of seedalpha",
"main": "lib/ticker/index.js",
"dependencies": {
"debug": "2.2.0",
"@seedalpha/extend": "^1.0.10",
"@seedalpha/queue": "^2.1.11"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "2.5.3"
},
"scripts": {
"test": "mocha -R spec -b"
},
"repository": {
"type": "git",
"url": "git@github.com:seedalpha/ticker.git"
},
"keywords": [
"stock",
"ticker",
"parser",
"parsing"
],
"author": "Marvin Lam <lam@seedalpha.net>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/seedalpha/ticker/issues"
},
"homepage": "https://github.com/seedalpha/ticker#readme"
}