Dash-price-widget/package.json
2016-04-28 23:17:29 -04:00

25 lines
741 B
JSON

{
"name": "dash-price-ticker",
"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"
}
}