UNPKG

node-redmine

Version:

node-redmine is a nodejs library which supports 100% features of Redmine's REST API.

43 lines (42 loc) 981 B
{ "name": "node-redmine", "version": "0.2.2", "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", "test": "test" }, "scripts": { "test": "grunt serve" }, "keywords": [ "Redmine", "nodejs", "REST API" ], "repository": { "type": "git", "url": "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" } }