UNPKG

@justgage/reason-cookie

Version:

a simple way to use cross-browser cookies that contain JSON.

31 lines (30 loc) 757 B
// This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: // http://bucklescript.github.io/bucklescript/docson/#build-schema.json // BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, //with the extra support of comments and trailing commas. { "name": "@justgage/reason-cookie", "version": "0.1.0", "sources": [ { "dir": "src", "subdirs": true }, { "dir": "__tests__", "type": "dev" } ], "package-specs": { "module": "commonjs", "in-source": true }, "suffix": ".bs.js", "bs-dev-dependencies": ["@glennsl/bs-jest"], "bs-dependencies": [], "warnings": { "error": "+101" }, "namespace": true, "refmt": 3 }