-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 993 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "terminology",
"description": "Common vocabulary shared by all projects in the toolkit suite.",
"version": "0.1.0",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"homepage": "https://github.com/node-toolkit/terminology",
"repository": "node-toolkit/terminology",
"bugs": {
"url": "https://github.com/node-toolkit/terminology/issues"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"install": "npm install -g verbose/verb#dev verb-generate-readme"
},
"devDependencies": {
"gulp-format-md": "^1.0.0",
"js-yaml": "^3.10.0",
"verb-generate-readme": "^0.6.0"
},
"keywords": [
"toolkit",
"terminology"
],
"verb": {
"toc": {
"method": "postRender"
},
"layout": "minimal",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"generate",
"templates"
]
}
}