mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "babel-test",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "parcel serve index.html --open",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^1.12.4"
|
|
},
|
|
"dependencies": {
|
|
"parcel": "^1.12.4",
|
|
"webamp": "^1.4.1-beta01"
|
|
},
|
|
"main": "index.html",
|
|
"source": "index.html"
|
|
}
|