mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-26 23:56:10 +00:00
25 lines
741 B
JSON
25 lines
741 B
JSON
{
|
|
"name": "dash-price-widget",
|
|
"version": "1.0.0",
|
|
"description": "Embeddable dash price widget",
|
|
"scripts": {
|
|
"lint": "echo '=> linting' && jshint assets/scripts/*.js",
|
|
"inline": "echo '=> inlining' && inline-assets assets/index.html dist/index.html",
|
|
"test": "npm run -s lint && npm run -s inline"
|
|
},
|
|
"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": {
|
|
"inline-assets": "^1.0.0",
|
|
"jshint": "^2.9.2",
|
|
"uglify-js": "^2.6.2"
|
|
}
|
|
}
|