Lobashov_Ivan_PIBD-21_IP/Lab3/node_modules/union/package.json

31 lines
674 B
JSON
Raw Normal View History

2024-01-10 22:39:31 +04:00
{
"name": "union",
"description": "A hybrid buffered / streaming middleware kernel backwards compatible with connect.",
"version": "0.5.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"maintainers": [
"dscape <nuno@nodejitsu.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/flatiron/union.git"
},
"dependencies": {
"qs": "^6.4.0"
},
"devDependencies": {
"ecstatic": "0.5.x",
"director": "1.x.x",
"request": "2.29.x",
"vows": "0.8.0",
"connect": "2.22.x"
},
"scripts": {
"test": "vows test/*-test.js --spec -i"
},
"main": "./lib",
"engines": {
"node": ">= 0.8.0"
}
}