package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "crowi",
  3. "version": "1.1.0",
  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.14.1",
  44. "reveal.js": "~2.6.2",
  45. "grunt-cli": "~0.1.13",
  46. "bower": "~1.3.9"
  47. },
  48. "devDependencies": {},
  49. "license": [
  50. {
  51. "type": "MIT",
  52. "url": "http://www.opensource.org/licenses/MIT"
  53. }
  54. ],
  55. "scripts": {
  56. "start": "node app.js",
  57. "postinstall": "./node_modules/bower/bin/bower cache clean && ./node_modules/bower/bin/bower install && ./node_modules/grunt-cli/bin/grunt"
  58. },
  59. "env": {
  60. "NODE_ENV": "production"
  61. },
  62. "bugs": {
  63. "url": "https://github.com/crowi/crowi/issues"
  64. }
  65. }