-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 989 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": "drone-artifactory",
"version": "1.0.0",
"description": "Drone plugin to publish files and artifacts to Artifactory",
"main": "index.js",
"scripts": {
"test": "node node_modules/gulp/bin/gulp.js default"
},
"repository": {
"type": "git",
"url": "https://github.com/drone-plugins/drone-artifactory.git"
},
"keywords": [
"drone",
"artifactory"
],
"author": "Aurélien Thieriot",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/drone-plugins/drone-artifactory/issues"
},
"homepage": "https://github.com/drone-plugins/drone-artifactory#README.md",
"dependencies": {
"artifactory-api": "0.0.3",
"btoa": "^1.1.2",
"drone-node": "^1.0.1",
"glob": "^7.0.3",
"pom-parser": "^1.1.0",
"winston": "^2.1.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-exit": "0.0.2",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^4.3.1",
"nock": "^9.1.0",
"unexpected": "^10.8.1"
}
}