mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
13 lines
390 B
JSON
13 lines
390 B
JSON
{
|
|
"name": "playground",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/browserify src/js/app.js -o static/js/app.js -t [ babelify ]",
|
|
"watch": "../../node_modules/.bin/watchify src/js/app.js -o static/js/app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|