UNPKG

agilemanager-api

Version:

HPE's Agile Manager client API module for NodeJS

61 lines (60 loc) 1.38 kB
{ "name": "agilemanager-api", "version": "1.1.4", "description": "HPE's Agile Manager client API module for NodeJS", "main": "index.js", "scripts": { "test": "nyc mocha test/test.js", "coverage": "nyc report --reporter=text-lcov | coveralls", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/lirantal/agilemanager-api.git" }, "keywords": [ "agm", "agilemanager", "agile-manager", "api", "hpe" ], "author": "Liran Tal <liran.tal@gmail.com> (http://www.enginx.com)", "license": "MIT", "bugs": { "url": "https://github.com/lirantal/agilemanager-api/issues" }, "homepage": "https://github.com/lirantal/agilemanager-api#readme", "dependencies": { "lodash": "^4.17.11", "request": "^2.84.0", "semantic-release": "^15.9.15" }, "devDependencies": { "coveralls": "^3.0.0", "mocha": "^5.0.0", "nock": "^10.0.0", "nyc": "^12.0.1", "should": "^13.1.3" }, "release": { "branch": "master", "analyzeCommits": { "preset": "angular", "releaseRules": [ { "type": "docs", "release": "patch" }, { "type": "refactor", "release": "patch" }, { "type": "style", "release": "patch" } ] } } }