]> git.r.bdr.sh - rbdr/heart/blob - package.json
a924888870196eaecf5cacce4ee887b3ba6133a8
[rbdr/heart] / package.json
1 {
2 "name": "heart",
3 "version": "1.1.2",
4 "description": "The heart",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint .",
8 "document": "jsdoc ./js -c config/jsdoc.json",
9 "test": "echo \"No tests yet, just linting.\""
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 }