]> git.r.bdr.sh - rbdr/blog/blame - package.json
Update version
[rbdr/blog] / package.json
CommitLineData
cf630290
BB
1{
2 "name": "blog",
8ca5460b 3 "version": "1.0.1",
cf630290
BB
4 "description": "An ephemeral blog",
5 "main": "lib/blog.js",
6 "bin": {
7 "blog": "./bin/blog.js"
8 },
9 "scripts": {
10 "document": "jsdoc -c ./config/jsdoc.json lib config",
11 "lint": "eslint .",
12 "test": "echo \":(\""
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/rbdr/blog.git"
17 },
18 "author": "Ben Beltran <ben@nsovocal.com>",
19 "license": "Apache-2.0",
20 "bugs": {
21 "url": "https://github.com/rbdr/blog/issues"
22 },
23 "homepage": "https://github.com/rbdr/blog#readme",
24 "dependencies": {
25 "getenv": "0.7.x",
cf630290
BB
26 "minimist": "1.2.x",
27 "mustache": "2.3.x",
28 "ncp": "2.0.x",
2afa1e2b
BB
29 "rimraf": "2.6.x",
30 "showdown": "1.7.x"
cf630290
BB
31 },
32 "devDependencies": {
33 "docdash": "0.4.x",
34 "eslint": "4.1.x",
35 "eslint-config-hapi": "10.0.x",
36 "eslint-plugin-hapi": "4.0.x",
37 "jsdoc": "3.4.x"
38 },
39 "engines": {
40 "node": ">=8.0.0"
41 }
42}