-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 938 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
32
33
34
35
36
37
38
{
"name": "llama-rlsr-keep-a-changelog",
"version": "0.0.4",
"description": "NPM package to release things",
"main": "src/llama-rlsr-keep-a-changelog.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HopefulLlama/llama-rlsr-keep-a-changelog.git"
},
"keywords": [
"npm",
"release-automation",
"release",
"nodejs"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/HopefulLlama/llama-rlsr-keep-a-changelog/issues"
},
"homepage": "https://github.com/HopefulLlama/llama-rlsr-keep-a-changelog#readme",
"dependencies": {
"left-pad": "^1.1.3",
"merge": "^1.2.0",
"winston": "^2.3.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.2",
"gulp-jshint": "^2.0.4",
"gulp-sequence": "^0.4.6",
"jshint": "^2.9.5",
"llama-rlsr": "0.0.4"
}
}