{ "name": "blog", "version": "1.0.0", "description": "An ephemeral blog", "main": "lib/blog.js", "bin": { "blog": "./bin/blog.js" }, "scripts": { "document": "jsdoc -c ./config/jsdoc.json lib config", "lint": "eslint .", "test": "echo \":(\"" }, "repository": { "type": "git", "url": "git+https://github.com/rbdr/blog.git" }, "author": "Ben Beltran ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/rbdr/blog/issues" }, "homepage": "https://github.com/rbdr/blog#readme", "dependencies": { "getenv": "0.7.x", "minimist": "1.2.x", "mustache": "2.3.x", "ncp": "2.0.x", "rimraf": "2.6.x", "showdown": "1.7.x" }, "devDependencies": { "docdash": "0.4.x", "eslint": "4.1.x", "eslint-config-hapi": "10.0.x", "eslint-plugin-hapi": "4.0.x", "jsdoc": "3.4.x" }, "engines": { "node": ">=8.0.0" } }