package.json 621 B

1234567891011121314151617181920
  1. {
  2. "name": "meteor13demo",
  3. "version": "1.0.0",
  4. "description": "Meteor 1.3 beta 5 demo by Arunoda",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "Frederic G. MARAND",
  10. "contributors": [],
  11. "repository": "http://formation.osinet.fr:3000/fgm/meteor13demo.git",
  12. "bugs": "http://formation.osinet.fr:3000/fgm/meteor13demo/issues",
  13. "homepage": "https://voice.kadira.io/getting-started-with-meteor-1-3-and-react-15e071e41cd1",
  14. "license": "MIT",
  15. "dependencies": {
  16. "react": "^0.14.7",
  17. "react-dom": "^0.14.7",
  18. "react-mounter": "^1.0.0"
  19. }
  20. }