@kpi4me/golden-layout
Version:
A multi-screen javascript Layout manager https://golden-layout.com
27 lines (26 loc) • 494 B
JSON
{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "cookie",
"description": "cookie parsing and serialization",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-cookie.git"
},
"keywords": [
"cookie",
"cookies"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "1.x.x"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}