-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
53 lines (53 loc) · 1.18 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
{
"name": "generator-standard-readme",
"version": "1.0.7",
"description": "Scaffold out a Standard Readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RichardLitt/generator-standard-readme.git"
},
"homepage": "https://github.com/RichardLitt/generator-standard-readme",
"bugs": "https://github.com/RichardLitt/generator-standard-readme/issues",
"author": {
"name": "Richard Littauer",
"email": "[email protected]",
"url": "burntfen.com"
},
"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": "^13.0.1",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"app/templates/"
]
},
"coordinates": [
45.5191807,
-73.5789459
]
}