12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "knapzak",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "start": "node ./bin/www"
- },
- "dependencies": {
- "express": ">=4.5.0",
- "static-favicon": "~1.0.0",
- "morgan": ">=1.9.1",
- "cookie-parser": "~1.0.1",
- "body-parser": "~1.0.0",
- "debug": "~>2.6.9",
- "jade": "~1.3.0"
- },
- "description": "Elasticsearch Powered URL Archiver",
- "main": "app.js",
- "devDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/mavjs/knapzak"
- },
- "keywords": [
- "elasticsearch",
- "url",
- "archive",
- "bookmark"
- ],
- "author": "Ye Myat Kaung (Maverick)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/mavjs/knapzak/issues"
- },
- "homepage": "https://github.com/mavjs/knapzak"
- }
|