package.json 609 B

1234567891011121314151617181920212223242526
  1. {
  2. "author": "CodeSchool",
  3. "dependencies": {
  4. "backbone": "^1.3.3",
  5. "eslint": "^4.13.0",
  6. "eslint-plugin-react": "^7.5.1",
  7. "jquery": "^3.2.1",
  8. "json2": "^0.4.0",
  9. "lodash": "^4.17.4"
  10. },
  11. "description": "FGM's version of CodeSchool level 1 Backbone course",
  12. "keywords": [
  13. "backbone"
  14. ],
  15. "license": "UNLICENSED",
  16. "main": "index.js",
  17. "name": "bb-codeschool1",
  18. "repository": {
  19. "type": "git",
  20. "url": "http://code.osinet.fr/fgm/js__backbone__codeschool1.git"
  21. },
  22. "scripts": {
  23. "test": "echo \"Error: no test specified\" && exit 1"
  24. },
  25. "version": "1.0.0"
  26. }