UNPKG

@doodad-js/http

Version:
77 lines 2.35 kB
{ "homepage": "https://github.com/doodadjs/", "author": "Claude Petit <doodadjs@gmail.com> (https://github.com/doodadjs/)", "license": "Apache-2.0", "files": [ "src", "lib", "build", "dist", "browserify", "test", "index.js", "index.mjs", "webpack.config.js", "config.json", "make.json", "LICENSE", "README.md", ".eslintignore", ".eslintrc.js", ".gitignore", ".npmignore", ".npmrc", ".travis.yml", "appveyor.yml", "tonic.js" ], "scripts": { "build": "node -r \"@doodad-js/make/make\" . make", "dist": "node -r \"@doodad-js/make/make\" . install", "browserify": "node -r \"@doodad-js/make/make\" . custom=browserify", "test": "node -r \"@doodad-js/make/make\" . custom=test", "lint": "node -r \"@doodad-js/make/make\" . custom=lint" }, "devDependencies": { "@doodad-js/eslint-config-base": "^1.4.0", "@doodad-js/make": "^3.2.0-alpha.0" }, "main": "index.js", "browser": "./browserify/browserify.min.js", "engines": { "node": ">=6.0.0" }, "name": "@doodad-js/http", "description": "HTTP server (alpha)", "version": "2.2.0-alpha.1", "keywords": [ "doodad-js", "http", "server" ], "repository": { "type": "git", "url": "https://github.com/doodadjs/doodad-js-http.git" }, "bugs": { "url": "https://github.com/doodadjs/doodad-js-http/issues", "email": "doodadjs@gmail.com" }, "tonicExampleFilename": "tonic.js", "dependencies": { "@doodad-js/core": "^9.1.3", "@doodad-js/io": "^6.1.0-alpha.2", "@doodad-js/mime": "^4.1.0-beta.1", "@doodad-js/locale": "^5.1.0-beta.1", "@doodad-js/dates": "^4.1.0-beta.1", "@doodad-js/server": "^2.1.0-alpha.1", "@doodad-js/minifiers": "^4.1.0-alpha.1", "@doodad-js/templates": "^4.1.0-alpha.2", "@doodad-js/widgets": "^1.1.0-alpha.1", "@doodad-js/json": "^1.1.0-alpha.1", "@doodad-js/xml": "^5.2.0-beta.0", "@doodad-js/unicode": "^2.1.0-beta.1", "@doodad-js/cluster": "^4.1.0-alpha.1", "@doodad-js/ipc": "^2.1.0-alpha.1" } }