-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 873 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
{
"name": "@greenkeeper/content",
"description": "Templates for Greenkeeper pull requests",
"author": "Stephan Bönnemann <[email protected]> (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"
}
}