package.json 675 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "react-tutorial",
  3. "version": "0.0.0",
  4. "description": "Code from the Thinking in React tutorial.",
  5. "dependencies": {
  6. },
  7. "devDependencies": {},
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/reactjs/react-tutorial.git"
  14. },
  15. "keywords": [
  16. "react",
  17. "tutorial",
  18. "comment",
  19. "example"
  20. ],
  21. "author": "petehunt",
  22. "license": "proprietary",
  23. "bugs": {
  24. "url": "https://github.com/reactjs/react-tutorial/issues"
  25. },
  26. "homepage": "https://facebook.github.io/react/docs/thinking-in-react.html",
  27. "engines" : {
  28. "node" : "0.12.x"
  29. }
  30. }