-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 873 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 873 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
{
"name": "@greenkeeper/content",
"description": "Templates for Greenkeeper pull requests",
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"bugs": {
"url": "https://github.com/greenkeeperio/content/issues"
},
"dependencies": {
"lodash": "^4.13.1"
},
"devDependencies": {
"greenkeeper-postpublish": "^1.0.0",
"semantic-release": "^6.3.2",
"standard": "^8.0.0"
},
"homepage": "https://github.com/greenkeeperio/content#readme",
"license": "UNLICENSED",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/greenkeeperio/content.git"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "standard",
"postpublish": "greenkeeper-postpublish"
}
}