1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "heart",
"version": "0.0.0",
"description": "The heart",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"document": "jsdoc ./js -c config/jsdoc.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rbdr/heart.git"
},
"author": "Rubén Beltrán del Río <ben@nsovocal.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rbdr/heart/issues"
},
"homepage": "https://github.com/rbdr/heart#readme",
"devDependencies": {
"docdash": "^0.4.0",
"eslint": "^3.9.1",
"eslint-config-hapi": "^10.0.0",
"eslint-plugin-hapi": "^4.0.0",
"jsdoc": "^3.4.3"
}
}
|