package.json 444 B

123456789101112131415161718
  1. {
  2. "name": "gamenchat",
  3. "version": "0.0.1",
  4. "description": "Game 'n Chat",
  5. "scripts": {
  6. "webpack": "webpack",
  7. "webpack-production": "webpack --config webpack-production.config.js"
  8. },
  9. "author": "Thomas Dy <thatsmydoing@gmail.com>",
  10. "license": "MIT",
  11. "dependencies": {
  12. "cyclejs": "^0.24.1",
  13. "node-libs-browser": "^0.5.2",
  14. "webpack": "^1.10.1",
  15. "webpack-dev-server": "^1.10.1"
  16. },
  17. "devDependencies": {}
  18. }