package.json 780 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "author": "CodeSchool",
  3. "dependencies": {
  4. "backbone": "^1.3.3",
  5. "eslint": "^4.13.0",
  6. "eslint-plugin-react": "^7.5.1",
  7. "express": "^4.16.2",
  8. "jquery": "^3.2.1",
  9. "json2": "^0.4.0",
  10. "lodash": "^4.17.4"
  11. },
  12. "description": "FGM's version of CodeSchool level 1 Backbone course",
  13. "keywords": [
  14. "backbone"
  15. ],
  16. "license": "UNLICENSED",
  17. "main": "dist/bundle.js",
  18. "name": "bb-codeschool1",
  19. "repository": {
  20. "type": "git",
  21. "url": "http://code.osinet.fr/fgm/js__backbone__codeschool1.git"
  22. },
  23. "scripts": {
  24. "build": "webpack",
  25. "test": "echo \"Error: no test specified\" && exit 1"
  26. },
  27. "version": "1.0.0",
  28. "devDependencies": {
  29. "babel-cli": "^6.26.0",
  30. "babel-preset-env": "^1.6.1",
  31. "webpack": "^3.10.0"
  32. }
  33. }