package.json 799 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "parchment",
  3. "version": "0.1.0",
  4. "description": "The Interactive Fiction player for the web",
  5. "author": {
  6. "name": "The Parchment team",
  7. "url": "https://github.com/curiousdannii/parchment/blob/master/CONTRIBUTORS"
  8. },
  9. "license": "BSD",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/curiousdannii/parchment.git"
  13. },
  14. "bugs": {
  15. "url": "https://code.google.com/p/parchment/issues/list"
  16. },
  17. "dependencies": {
  18. "express": "~3.2.4"
  19. },
  20. "devDependencies": {
  21. "grunt": "~0.4.1",
  22. "grunt-contrib-concat": "~0.2.0",
  23. "grunt-contrib-cssmin": "~0.6.0",
  24. "grunt-contrib-jshint": "~0.4.3",
  25. "grunt-contrib-uglify": "~0.2.0",
  26. "grunt-contrib-watch": "~0.3.1",
  27. "grunt-update-submodules": "~0.2.0",
  28. "grunt-zip": "~0.9.0"
  29. }
  30. }