axios-redmine2
Version:
axios-redmine2 is a nodejs library which supports 100% features of Redmine's REST API. Support nodejs8+
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "axios-redmine2",
"version": "0.1.15",
"description": "axios-redmine2 is a nodejs library which supports 100% features of Redmine's REST API. Support nodejs8+",
"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/ilu123/axios-redmine.git",
"author": "stevejobs.js@gmail.com",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.19.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.17.0",
"debug": "^4.1.0",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": ">=2.13.0",
"eslint-plugin-node": ">=9.2.0",
"eslint-plugin-promise": ">=4.0.0",
"eslint-plugin-standard": ">=4.0.0",
"grunt": "^1.0.1",
"grunt-eslint": "^22.0.0",
"grunt-mocha-cli": "^5.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": "^6.1.4",
"time-grunt": "^2.0.0"
},
"private": false
}