-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 940 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
39
{
"name": "llama-rlsr",
"version": "0.0.6",
"description": "NPM package to release things",
"main": "src/llama-rlsr.js",
"scripts": {
"test": "gulp",
"release": "node src/llama-rlsr.js llama-rlsr.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HopefulLlama/llama-rlsr.git"
},
"keywords": [
"npm",
"release-automation",
"release",
"nodejs"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/HopefulLlama/llama-rlsr/issues"
},
"homepage": "https://github.com/HopefulLlama/llama-rlsr#readme",
"dependencies": {
"winston": "^2.3.1"
},
"devDependencies": {
"github-api": "^3.0.0",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.2",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.5",
"llama-rlsr-keep-a-changelog": "0.0.4",
"llama-rlsr-npm": "0.0.2",
"simple-git": "^1.76.0"
}
}