-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 780 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 780 Bytes
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
{
"name": "conventions",
"description": "Conventions for toolkit applications and frameworks.",
"version": "0.1.0",
"homepage": "https://github.com/jonschlinkert/conventions",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/conventions",
"bugs": {
"url": "https://github.com/jonschlinkert/conventions/issues"
},
"private": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"conventions"
],
"devDependencies": {
"gulp-format-md": "^0.1.9"
},
"verb": {
"toc": false,
"layout": false,
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}