appveyor
Version:
A CLI for AppVeyor
40 lines (39 loc) • 780 B
JSON
{
"name": "appveyor",
"version": "0.4.0",
"description": "A CLI for AppVeyor",
"main": "index.js",
"bin": {
"appveyor": "./appveyor.js"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/finnp/node-appveyor.git"
},
"keywords": [
"AppVeyor",
"CI",
"testing",
"windows"
],
"author": "Finn Pauls",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnp/node-appveyor/issues"
},
"homepage": "https://github.com/finnp/node-appveyor",
"dependencies": {
"configstore": "^0.3.1",
"github-slug": "0.0.1",
"nomnom": "^1.8.0",
"open": "0.0.5",
"request": "^2.39.0"
},
"devDependencies": {
"nock": "^0.43.0",
"tape": "^2.13.4"
}
}