axios-redmine
Version:
axios-redmine is a nodejs library which supports 100% features of Redmine's REST API.
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "axios-redmine",
"version": "0.1.45",
"description": "axios-redmine is a nodejs library which supports 100% features of Redmine's REST API.",
"main": "lib/redmine.js",
"directories": {
"doc": "doc",
"example": "example",
"test": "test"
},
"scripts": {
"test": "grunt serve"
},
"keywords": [
"Redmine",
"nodejs",
"axios",
"REST API"
],
"repository": "https://github.com/lupinthe14th/axios-redmine.git",
"author": "hideosuzuki@ordinarius-fectum.net",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.30.0",
"codecov": "^3.8.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^4.29.2",
"@typescript-eslint/typescript-estree": "^4.29.2",
"axios-mock-adapter": "^1.20.0",
"debug": "^4.3.2",
"eslint": "^7.32.0",
"grunt": "^1.4.1",
"grunt-eslint": "^23.0.0",
"grunt-mocha-cli": "^7.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"istanbul": "^0.4.3",
"load-grunt-configs": "^1.0.0",
"load-grunt-tasks": "^5.0.0",
"mocha": "^9.0.3",
"time-grunt": "^2.0.0",
"typescript": "^4.3.5",
"typescript-eslint-language-service": "^4.1.5"
},
"private": false
}