@kpi4me/golden-layout
Version:
A multi-screen javascript Layout manager https://golden-layout.com
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "connect",
"version": "2.12.0",
"description": "High performance middleware framework",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"repository": "git://github.com/senchalabs/connect.git",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"dependencies": {
"batch": "0.5.0",
"qs": "0.6.6",
"cookie-signature": "1.0.1",
"buffer-crc32": "0.2.1",
"cookie": "0.1.0",
"send": "0.1.4",
"bytes": "0.2.1",
"fresh": "0.2.0",
"pause": "0.0.1",
"uid2": "0.0.3",
"debug": ">= 0.7.3 < 1",
"methods": "0.1.0",
"raw-body": "1.1.2",
"negotiator": "0.3.0",
"multiparty": "2.2.0"
},
"devDependencies": {
"should": ">= 2.0.2 < 3",
"mocha": ">= 1.13.0 < 2",
"jade": ">= 0.35.0 < 1",
"dox": ">= 0.4.4 < 1"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
}
],
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make"
}
}