uppy/examples/playground/package.json
2015-11-27 02:47:49 -05:00

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"
}