@grptx/node-redmine
Version:
node-redmine is a nodejs library which supports 100% features of Redmine's REST API.
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "@grptx/node-redmine",
"version": "0.2.1",
"description": "node-redmine is a nodejs library which supports 100% features of Redmine's REST API.",
"main": "lib/redmine.js",
"directories": {
"doc": "doc",
"example": "example",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "grunt serve"
},
"keywords": [
"Redmine",
"nodejs",
"REST API"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zanran/node-redmine.git"
},
"author": "wayne@zanran.me",
"license": "GPL-3.0",
"dependencies": {
"debug": "^2.2.0",
"request": "^2.75.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-cli": "^2.1.0",
"grunt-mocha-istanbul": "^4.0.2",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.3",
"jshint-stylish": "^2.2.0",
"load-grunt-configs": "^1.0.0",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"time-grunt": "^1.3.0"
},
"bugs": {
"url": "https://github.com/zanran/node-redmine/issues"
},
"homepage": "https://github.com/zanran/node-redmine#readme"
}