UNPKG

easier-cookie

Version:

A cookie library with a simple API provide

41 lines (40 loc) 1.01 kB
{ "name": "easier-cookie", "version": "1.1.1", "description": "A cookie library with a simple API provide", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "start": "parcel ./demo/index.html -d dist --open", "build": "rm -rf build && parcel build ./src/index.js --no-source-maps -d build && cp -r ./src/index.d.ts build", "pub-prod": "npm run build && npm publish" }, "files": [ "build" ], "keywords": [ "web", "jquery-plugin", "cookie", "cookies", "client", "js-cookie", "browserify", "cookie-parse", "typescript" ], "repository": { "type": "git", "url": "git+https://github.com/DimaLiLongJi/easier-cookie.git" }, "author": "lilongji", "license": "ISC", "bugs": { "url": "https://github.com/DimaLiLongJi/easier-cookie/issues" }, "devDependencies": { "parcel-bundler": "^1.8.1", "typescript": "^3.0.1" }, "homepage": "https://github.com/DimaLiLongJi/easier-cookie#readme" }