{
  "name": "ssbjs",
  "version": "0.1.0",
  "description": "A Simple Service Bus for JavaScript",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitexpert/ssbjs.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Peter Hildenbrand",
    "email": "peter.hildenbrand@gmail.com",
    "url": "https://github.com/dropdevcoding"
  },
  "bugs": {
    "url": "https://github.com/bitexpert/ssbjs/issues"
  },
  "homepage": "https://github.com/bitexpert/ssbjs",
  "keywords": [
    "servicebus",
    "iframe",
    "postmessageapi",
    "javascript",
    "es6",
    "library",
    "universal",
    "umd",
    "commonjs"
  ],
  "main": "./dist/ssb.js",
  "types": "./src/ssb.d.ts",
  "typescript": {
    "definition": "./src/ssb.d.ts"
  },
  "scripts": {
    "build": "webpack --mode=build && node build.d.ts.js",
    "dev": "webpack --progress --colors --watch --mode=dev",
    "test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
  },
  "devDependencies": {
    "babel-core": "^6.14.0",
    "babel-loader": "^6.2.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-polyfill": "^6.13.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-runtime": "^6.11.6",
    "chai": "3.4.1",
    "dts-generator": "^2.0.0",
    "dtsbundler-webpack-plugin": "^1.0.0",
    "eslint": "1.7.2",
    "eslint-loader": "1.1.0",
    "mocha": "2.3.4",
    "ts-loader": "^0.8.2",
    "tslint": "^3.15.1",
    "tslint-loader": "^2.1.5",
    "typescript": "^1.8.10",
    "webpack": "^1.13.2",
    "yargs": "3.32.0"
  }
}
