選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 598B

1234567891011121314151617181920212223
  1. {
  2. "name": "ea_dataviz",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "pack": "watchify ./js/main.js -o js/bundle.js",
  8. "start": "budo js/main.js:js/bundle.js --live --verbose --port 3000 --open -- -t brfs",
  9. "start_n": "node server.js",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "@babel/core": "^7.3.4",
  16. "@babel/preset-env": "^7.3.4",
  17. "aframe": "^0.9.2",
  18. "babelify": "^10.0.0",
  19. "brfs": "^2.0.1",
  20. "budo": "^11.6.0",
  21. "bulk-require": "^1.0.1"
  22. }
  23. }