codeship
Version:
An API wrapper of Codeship
31 lines (30 loc) • 644 B
JSON
{
"name": "codeship",
"version": "0.1.1",
"description": "An API wrapper of Codeship",
"main": "index.js",
"scripts": {
"test": "gulp spec"
},
"homepage": "https://github.com/John-Lin/codeship-api#readme",
"keywords": [
"codeship",
"cd",
"ci"
],
"author": "John-Lin <linton.tw@gmail.com> (http://linton.tw)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/John-Lin/codeship-api.git"
},
"dependencies": {
"request": "^2.65.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.3",
"should": "^7.1.1"
}
}