File: package.json

Recommend this page to a friend!
  Classes of Jonathan Gotti   Node.js Promise Redmine   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: Node.js Promise Redmine
Access Redmine API using Node.js and promises
Author: By
Last change: bundle d.js dependency
update dev dependencies due to security fixes
Remove no more free travis.ci
Date: 5 months ago
Size: 1,362 bytes
 

Contents

Class file image Download
{ "name": "promised-redmine", "version": "0.4.0", "description": "Redmine Rest API Client for node.js with Promises/A+ compliance", "tags": [ "redmine", "Promises/A+" ], "keywords": [ "redmine", "rest api", "promises/A+", "d.js" ], "contributors": [ { "name": "Sotaro KARASAWA", "email": "sotarok@crocos.co.jp" }, { "name": "Jonathan Gotti", "email": "jgotti@jgotti.net" }, { "name": "Antiokus314" }, { "name": "Eric Sabelhaus", "email": "eric.sabelhaus@gmail.com" }, { "name": "siavolt" }, { "name": "Patrick Daether", "email": "public@pd-digital.de", "url": "http://www.pd-digital.de/" } ], "repository": { "type": "git", "url": "https://github.com/malko/node-promised-redmine.git" }, "scripts": { "test": "mocha test/*" }, "files": ["lib/redmine.js"], "bugs": { "url": "https://github.com/malko/node-promised-redmine/issues" }, "license": "MIT", "main": "./lib/redmine", "directories": { "lib": "lib", "test": "tests" }, "readmeFilename": "README.md", "dependencies": { "d.js": "0.7.x", "split-ca": "^1.0.0" }, "bundledDependencies": ["d.js"], "devDependencies": { "chai": "^3.0.0", "mocha": "^10.2.0", "nock": "^13.3.0" } }