forked from level-level/Clarkson-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 804 Bytes
/
package.json
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": "cc-niels",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/level-level/Clarkson-Core.svg?branch=master)](https://travis-ci.org/level-level/Clarkson-Core)",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "jsdoc -c hookdoc-conf.json ./src ./ ./README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NielsdeBlaauw/Clarkson-Core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NielsdeBlaauw/Clarkson-Core/issues"
},
"homepage": "https://github.com/NielsdeBlaauw/Clarkson-Core#readme",
"devDependencies": {
"jsdoc": "^3.6.3",
"wp-hookdoc": "^0.2.0"
}
}