package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "crowi",
  3. "version": "1.0.3",
  4. "description": "The simple & powerful Wiki",
  5. "tags": [
  6. "wiki"
  7. ],
  8. "author": "Sotaro KARASAWA <sotarok@crocos.co.jp>",
  9. "contributors": [
  10. "Keisuke SATO <riaf@me.com> (http://riaf.jp)"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/crowi/crowi.git"
  15. },
  16. "engines": {
  17. "node": "0.10.x",
  18. "npm": "1.3.x"
  19. },
  20. "dependencies": {
  21. "async": "=0.1.18",
  22. "aws-sdk": "~2.0.0-rc.19",
  23. "connect-flash": "~0.1.1",
  24. "consolidate": "=0.10.0",
  25. "debug": "^1.0.3",
  26. "express": "=3.4.4",
  27. "express-form": "~0.10.1",
  28. "facebook-node-sdk": "=0.1.10",
  29. "googleapis": "=0.4.7",
  30. "jquery.cookie": "~1.4.1",
  31. "marked": "=0.2.9",
  32. "mongoose": "=3.8.14",
  33. "socket.io": "~0.9.16",
  34. "socket.io-client": "~0.9.16",
  35. "swig": "=1.3.2",
  36. "time": "=0.10.0",
  37. "mongoose-paginate": "~3.1.0",
  38. "grunt": "~0.4.1",
  39. "grunt-contrib-concat": "~0.3.0",
  40. "grunt-contrib-jshint": "^0.10.0",
  41. "grunt-contrib-uglify": "~0.2.2",
  42. "grunt-contrib-watch": "~0.5.3",
  43. "grunt-sass": "~0.13.1",
  44. "reveal.js": "~2.6.2"
  45. },
  46. "devDependencies": {
  47. },
  48. "license": [
  49. {
  50. "type": "MIT",
  51. "url": "http://www.opensource.org/licenses/MIT"
  52. }
  53. ],
  54. "scripts": {
  55. "start": "node app.js",
  56. "postinstall": "bower cache clean && bower install && grunt"
  57. },
  58. "env": {
  59. "NODE_ENV": "production"
  60. },
  61. "bugs": {
  62. "url": "https://github.com/crowi/crowi/issues"
  63. }
  64. }