versioneye-update
Version:
Create/Update projects at VersionEye.com via the API
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "versioneye-update",
"description": "Create/Update projects at VersionEye.com via the API",
"author": "Onwerk GmbH <kontakt@onwerk.de>",
"version": "1.4.4",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/OnwerkGmbH/node-versioneye-update"
},
"bugs": {
"url": "https://github.com/OnwerkGmbH/node-versioneye-update/issues"
},
"keywords": [
"versioneye",
"version",
"dependencies",
"ci",
"commandline",
"continuous integration",
"jenkins",
"hudson"
],
"dependencies": {
"colors": "^1.1.2",
"command-line-args": "^2.0.2",
"http-status-codes": "^1.0.6",
"minimatch": "^3.0.0",
"moment": "^2.15.1",
"pkginfo": "^0.4.0",
"prettyjson": "^1.1.3",
"request": "^2.58.x",
"temp": "^0.8.3",
"underscore": "^1.8.3"
},
"main": "./lib/index.js",
"preferGlobal": true,
"directories": {
"bin": "./bin"
},
"bin": {
"versioneye-update": "bin/versioneye-update"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-eslint": "^19.0.0"
}
}