PIbd-21_Danilov_V.V._Intern.../Lab2/node_modules/union/package.json
Владимир Данилов cd47298d6e Отчеты
2023-12-19 00:48:16 +04:00

31 lines
674 B
JSON

{
"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"
}
}