{
  "name": "biri",
  "version": "0.4.0",
  "description": "A unique, static client ID generator for browser applications",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashersw/biri.git"
  },
  "keywords": [
    "unique",
    "id",
    "session"
  ],
  "author": "Armagan Amcalar <armagan@amcalar.com>",
  "license": "GPL",
  "bugs": {
    "url": "https://github.com/dashersw/biri/issues"
  },
  "homepage": "https://github.com/dashersw/biri#readme",
  "devDependencies": {
    "@babel/core": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.1",
    "babel-loader": "^8.1.0",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "jsdelivr": "dist/biri.min.js",
  "unpkg": "dist/biri.min.js"
}
