You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 553B

12345678910111213141516171819
  1. {
  2. "name": "smartgame",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build-dbg": "browserify js/main.js -t [ babelify --sourceMap ] --debug --outfile public/bundle.js",
  9. "build-prod": "browserify js/main.js -t [ babelify --sourceMap ] --outfile public/bundle.js"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "babel-core": "^6.26.0",
  15. "babel-preset-env": "^1.6.1",
  16. "babelify": "^8.0.0",
  17. "browserify": "^14.5.0"
  18. }
  19. }