mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-26 23:56:10 +00:00
22 lines
665 B
JSON
22 lines
665 B
JSON
{
|
|
"name": "dash-price-ticker"
|
|
, "version": "1.0.0"
|
|
, "description": "Embeddable dash price widget"
|
|
, "scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "echo '=> linting' && jshint assets/scripts/*.js"
|
|
}
|
|
, "repository": {
|
|
"type": "git"
|
|
, "url": "git+https://github.com/seigler/Dash-html-ticker.git"
|
|
}
|
|
, "author": "Joshua Seigler"
|
|
, "license": "ISC"
|
|
, "bugs": {
|
|
"url": "https://github.com/seigler/Dash-html-ticker/issues"
|
|
}
|
|
, "homepage": "https://github.com/seigler/Dash-html-ticker#readme"
|
|
, "devDependencies": {
|
|
"jshint": "^2.9.2"
|
|
}
|
|
}
|