package.json 289 B

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