browser-cookies

v1.2.0
Tiny cookies library for the browser
cookies cookie client

build

node ./node_modules/gulp/bin/gulp.js build

test:local

node ./node_modules/gulp/bin/gulp.js localtest

test:full

concurrently "node ./node_modules/gulp/bin/gulp.js build" "node ./node_modules/zuul/bin/zuul -- test/*.js"

test:travis_saucelabs

node ./node_modules/gulp/bin/gulp.js coverage && node ./node_modules/zuul/bin/zuul -- test/*.js

test

if [ -z "$SAUCE_ACCESS_KEY" ]; then npm run test:local; else npm run test:travis_saucelabs; fi
npm i browser-cookies

Metadata

Downloads

Maintainers