cookie-box
Version:
A rfc6265 cookie store with pure js
48 lines (47 loc) • 1.37 kB
JSON
{
"name": "cookie-box",
"version": "0.0.1",
"description": "A rfc6265 cookie store with pure js",
"main": "dist/index.js",
"scripts": {
"test": "npm run build && ./node_modules/.bin/nyc --reporter=html ./node_modules/.bin/mocha --timeout=3000 --require babel-polyfill --compilers js:babel-register",
"build": "NODE_ENV=production ./node_modules/.bin/gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daleoooo/cookie-box.git"
},
"keywords": [
"rfc6265",
"cookie",
"store"
],
"author": "daleoooo",
"license": "MIT",
"bugs": {
"url": "https://github.com/daleoooo/cookie-box/issues"
},
"files": [
"package.json",
"README",
"LICENSE",
"lib/",
"dist/"
],
"homepage": "https://github.com/daleoooo/cookie-box#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nyc": "^11.2.1"
}
}