Codebase list node-node-rest-client / 98e2d20e-c358-42f7-9c22-0dfb2cf5b5ff/main package.json
98e2d20e-c358-42f7-9c22-0dfb2cf5b5ff/main

Tree @98e2d20e-c358-42f7-9c22-0dfb2cf5b5ff/main (Download .tar.gz)

package.json @98e2d20e-c358-42f7-9c22-0dfb2cf5b5ff/mainraw · history · blame

{
  "author": "Alejandro Alvarez Acero",
  "name": "node-rest-client",
  "description": "node API REST client",
  "version": "2.5.0",
  "repository": {
    "type":"git",
    "url": "https://github.com/aacerox/node-rest-client.git"
  },
  "main": "./lib/node-rest-client",
  "dependencies": {
    "xml2js":">=0.2.4",
    "debug": "~2.2.0",
    "follow-redirects":">=1.2.0"
    },
  "devDependencies": {
    "jasmine-node":">=1.2.3"
    },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "license": "MIT"
}