ticker-graph
Version:
Simple Ticker Graph
35 lines (34 loc) • 802 B
JSON
{
"name": "ticker-graph",
"description": "Simple Ticker Graph",
"main": "./lib/TickerGraph.js",
"version": "0.3.0",
"types": "./lib/TickerGraph.d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donatj/TickerGraph.git"
},
"keywords": [
"Ticker",
"Graph"
],
"author": {
"name": "Jesse G. Donat",
"email": "donatj@gmail.com",
"url": "https://donatstudios.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/donatj/TickerGraph/issues"
},
"homepage": "https://github.com/donatj/TickerGraph#readme",
"devDependencies": {
"@types/requirejs": "^2.1.31",
"mocha": "^7.1.2",
"typescript": "^3.6.2",
"tslint": "^6.1.2"
}
}