http-browser
Version:
http jstool example
23 lines • 392 B
JSON
{
"name": "http-browser",
"main": "dist/http.js",
"version": "0.1.31",
"homepage": "https://github.com/jstools/http",
"authors": [
"Jesús Germade <jesus@germade.es>"
],
"description": "simple javascript http handler",
"keywords": [
"javascript",
"jstools",
"http"
],
"license": "ISC",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}