| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "crowi",
- "version": "1.2.0",
- "description": "Crocos' Wiki implementation in node.js",
- "authors": [
- "Sotaro KARASAWA <sotarok@crocos.co.jp>",
- "Keisuke SATO <riaf@me.com>"
- ],
- "keywords": [
- "wiki"
- ],
- "license": "MIT",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "bootstrap-sass-official": "~3.3.1",
- "fontawesome": "~4.2.0",
- "jquery.cookie": "~1.4.1",
- "marked": "~0.3.3",
- "reveal.js": "~3.0.0",
- "jquery": "~2.1.3",
- "highlightjs": "~8.4.0",
- "inline-attachment": "~2.0.1"
- }
- }
|