-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1000 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
40
{
"name": "octopus-deploy-client",
"version": "0.2.0",
"description": "A client for interfacing with the octopus deploy api",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/cvent/node-octopus-deploy-client.git"
},
"bugs": {
"url": "https://github.com/cvent/node-octopus-deploy-client/issues"
},
"dependencies": {
"popsicle": "^2.0.1"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-mocha": "^2.2.0",
"gulp-raml": "^0.1.3",
"gulp-raml-client-generator": "0.0.2",
"gulp-release-tasks": "0.0.3",
"nock": "^3.6.0",
"should": "^8.0.2",
"harmonize": "^2.0.0"
},
"author": "bmontague@cvent.com",
"homepage": "https://github.com/cvent/node-octopus-deploy-client#readme",
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"keywords": [
"octopus-deploy",
"client",
"octopus",
"deployments"
],
"license": "Apache-2.0"
}