package.json 374 B

12345678910111213
  1. {
  2. "name": "playground",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "../../node_modules/.bin/browserify src/js/app.js -o static/js/app.js",
  8. "watch": "../../node_modules/.bin/watchify src/js/app.js -o static/js/app.js",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "",
  12. "license": "ISC"
  13. }