UNPKG

rail

Version:

An enhanced HTTP/RESTful API Client

46 lines (45 loc) 982 B
{ "name": "rail", "version": "0.9.1", "description": "An enhanced HTTP/RESTful API Client", "keywords": [ "REST", "RESTful", "API", "http", "http2", "https", "client", "redirect", "retry", "cookies", "validate", "json" ], "license": "MIT", "author": { "name": "Malte-Thorben Bruns", "email": "skenqbx@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/skenqbx/rail.git" }, "dependencies": { "http2": "3.3.4", "lru-cache": "4.0.1", "mgl-validate": "2.0.0" }, "devDependencies": { "changelog42": "0.9.0", "eslint": "2.8.0", "istanbul": "0.4.3", "mocha": "2.4.5" }, "scripts": { "lint": "eslint ./", "test": "npm run lint && istanbul cover _mocha -- ./test", "log": "changelog42 --no-author --commit-url=https://github.com/skenqbx/rail/commit", "clean": "rm -rf node_modules/ && rm -rf coverage/ && rm -f npm-debug.log" } }