UNPKG

ijs.ext.http

Version:

IJavaScript extension for issuing and handling HTTP requests interactively.

39 lines (38 loc) 743 B
{ "name": "ijs.ext.http", "version": "0.2.1", "description": "IJavaScript extension for issuing and handling HTTP requests interactively.", "keywords": [ "interactive", "javascript", "ijs", "ijavascript", "ipython", "notebook", "repl", "console", "ide", "editor", "http", "rest", "api" ], "author": { "author": "Nikhil Kothari", "url": "http://www.nikhilk.net" }, "license": "Apache 2.0", "repository": { "type": "git", "url": "https://github.com/interactivecomputing/ijs.ext.http" }, "engines": { "node": "0.10.x" }, "dependencies": { "body-parser": "^1.12.4", "express": "^4.12.3" }, "files": [ "src" ], "main": "src/index.js" }