UNPKG

809 BJSONView Raw
1{
2 "name": "@octopusdeploy/octopackjs",
3 "version": "0.0.4",
4 "description": "A nodejs tool for packaging and pushing projects to an Octopus Deploy instance.",
5 "main": "index.js",
6 "scripts": {
7 "test": "node node_modules/mocha/bin/mocha -R spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/OctopusDeploy/octopackjs"
12 },
13 "keywords": [
14 "octopus",
15 "deploy",
16 "octo"
17 ],
18 "author": "Octopus Deploy <support@octopus.com> (http://octopus.com/)",
19 "license": "MIT",
20 "devDependencies": {
21 "chai": "^3.4.1",
22 "mocha": "^2.3.4",
23 "sinon": "^1.17.2"
24 },
25 "dependencies": {
26 "archiver": "^0.20.0",
27 "archiver-utils": "^0.3.0",
28 "request": "^2.67.0",
29 "stream-to-buffer": "^0.1.0",
30 "xml-writer": "^1.6.0",
31 "zip-stream": "^0.8.0"
32 }
33}