forked from RichardLitt/generator-standard-readme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.21 KB
/
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
47
48
49
50
51
52
53
54
{
"name": "generator-make-readme",
"version": "1.0.5",
"description": "Quickly generate standards-compliant READMEs for AffiniPay open source software projects",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jeff-matthews/generator-standard-readme.git"
},
"homepage": "https://github.com/jeff-matthews/generator-make-readme",
"bugs": "https://github.com/jeff-matthews/generator-make-readme/issues",
"author": {
"name": "Jeff Matthews"
},
"bin": {
"make-readme": "app/bin.js"
},
"scripts": {
"lint": "standard",
"test": "standard && ava"
},
"keywords": [
"yeoman-generator",
"plugin",
"boilerplate",
"template",
"scaffold",
"readme",
"standard"
],
"dependencies": {
"underscore.string": "^3.0.3",
"yeoman-environment": "^1.6.1",
"yeoman-generator": "^0.22.1"
},
"devDependencies": {
"ava": "^0.15.2",
"babel-eslint": "^5.0.0-beta6",
"pify": "^2.2.0",
"standard": "^5.4.1",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"app/templates/"
]
},
"coordinates": [
-34.5859496,
-58.4324082
]
}