]> git.r.bdr.sh - rbdr/heart/blame - package.json
Bump version
[rbdr/heart] / package.json
CommitLineData
9e573a93
BB
1{
2 "name": "heart",
468c26fc 3 "version": "1.1.0",
9e573a93
BB
4 "description": "The heart",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint .",
6d2907fa 8 "document": "jsdoc ./js -c config/jsdoc.json",
0e4a069f 9 "test": "echo \"No tests yet, just linting.\""
9e573a93
BB
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/rbdr/heart.git"
14 },
15 "author": "Rubén Beltrán del Río <ben@nsovocal.com>",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/rbdr/heart/issues"
19 },
20 "homepage": "https://github.com/rbdr/heart#readme",
21 "devDependencies": {
22 "docdash": "^0.4.0",
23 "eslint": "^3.9.1",
24 "eslint-config-hapi": "^10.0.0",
25 "eslint-plugin-hapi": "^4.0.0",
26 "jsdoc": "^3.4.3"
27 }
28}