44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "stream-http",
|
|
"version": "1.7.0",
|
|
"description": "Streaming http in the browser",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jhiesey/stream-http.git"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test-node && npm run test-browser",
|
|
"test-node": "tape test/node/*.js",
|
|
"test-browser": "zuul --no-coverage -- test/browser/*.js",
|
|
"test-browser-local": "zuul --local 8080 --no-coverage -- test/browser/*.js"
|
|
},
|
|
"author": "John Hiesey",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"http",
|
|
"stream",
|
|
"streaming",
|
|
"xhr",
|
|
"http-browserify"
|
|
],
|
|
"dependencies": {
|
|
"builtin-status-codes": "^1.0.0",
|
|
"foreach": "^2.0.5",
|
|
"indexof": "0.0.1",
|
|
"inherits": "^2.0.1",
|
|
"object-keys": "^1.0.4",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"basic-auth": "^1.0.3",
|
|
"brfs": "^1.4.0",
|
|
"cookie-parser": "^1.3.5",
|
|
"express": "^4.13.0",
|
|
"tape": "^4.0.0",
|
|
"ua-parser-js": "^0.7.7",
|
|
"webworkify": "^1.0.2",
|
|
"zuul": "^3.1.0"
|
|
}
|
|
}
|