cookie-dough
Version:
An isomorphic JavaScript cookie library
46 lines (45 loc) • 1 kB
JSON
{
"name": "cookie-dough",
"version": "0.1.0",
"description": "An isomorphic JavaScript cookie library",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/change/cookie-dough.git"
},
"browser": "browser.js",
"dependencies": {
"cookie": "^0.1.2"
},
"devDependencies": {
"browserify": "^10.1.3",
"chai": "^2.3.0",
"gulp": "^3.8.11",
"mocha": "^2.2.4",
"sinon": "^1.14.1",
"vinyl-transform": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/change/cookie-dough.git"
},
"keywords": [
"cookie",
"cookies",
"cookie-dough",
"rendr",
"isomorphic"
],
"author": "Josh Callender <saponifi3d@gmail.com> (https://github.com/saponifi3d)",
"license": "MIT",
"bugs": {
"url": "https://github.com/change/cookie-dough/issues"
},
"homepage": "https://github.com/change/cookie-dough"
}