mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-26 23:56:10 +00:00
create project structure, using npm as a build tool
This commit is contained in:
parent
c13b0bdd2f
commit
4dd6e2020b
6 changed files with 124 additions and 1 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue