{
  "name": "@fczbkk/uuid4",
  "version": "3.0.0",
  "description": "Generator and validator for Universally Unique Identifier v4 (random).",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fczbkk/uuid4.git"
  },
  "author": {
    "name": "Riki Fridrich",
    "email": "riki@fczbkk.com",
    "url": "http://fczbkk.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fczbkk/uuid4/issues"
  },
  "homepage": "https://github.com/fczbkk/uuid4#readme",
  "scripts": {
    "cleanup": "rimraf temp lib",
    "prebuild": "npm run test && npm run cleanup && npm run eslint:build",
    "build": "babel src -d lib",
    "test": "karma start ./karma.conf.js",
    "dev": "npm run test -- --no-single-run --auto-watch",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "postversion": "git push && git push --tags && npm publish --access=public",
    "version": "npm run build && npm run changelog && git add -A",
    "doc": "documentation readme ./src/index.js -s 'Documentation'",
    "eslint": "eslint ./{src,test}/**/*.js",
    "eslint:build": "npm run eslint -- --max-warnings 0"
  },
  "main": "lib/index.js",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "conventional-changelog-cli": "^1.2.0",
    "documentation": "^4.0.0-beta8",
    "eslint": "^3.1.0",
    "eslint-loader": "^1.4.1",
    "jasmine-core": "^2.4.1",
    "karma": "^1.1.1",
    "karma-coverage": "^1.1.0",
    "karma-jasmine": "^1.0.2",
    "karma-mocha-reporter": "^2.0.4",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.5.3",
    "phantomjs-prebuilt": "^2.1.7",
    "rimraf": "^2.5.3",
    "webpack": "^1.13.1"
  }
}
