{
  "name": "oribella-dev",
  "version": "0.3.9",
  "description": "Developer tools",
  "license": "MIT",
  "author": "Christoffer Åström",
  "main": "dist/commonjs/index.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/oribella/dev"
  },
  "bin": {
    "dev-build": "bin/build.js",
    "dev-test": "bin/test.js",
    "dev-test-browser": "bin/test-browser.js",
    "dev-coverage": "bin/coverage.js",
    "dev-changelog": "bin/changelog.js",
    "dev-lint": "bin/lint.js",
    "dev-watch": "bin/watch.js"
  },
  "scripts": {
    "version": "node bin/changelog.js && git add CHANGELOG.md",
    "build": "babel src --out-dir dist/commonjs --copy-files",
    "test": "node bin/test.js",
    "coverage": "node bin/coverage.js",
    "lint": "node bin/lint.js"
  },
  "dependencies": {
    "autoprefixer": "^6.3.3",
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-eslint": "^5.0.0",
    "babel-plugin-syntax-flow": "^6.5.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-modules-amd": "^6.6.5",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
    "babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
    "babel-plugin-transform-flow-strip-types": "^6.7.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.7.2",
    "bluebird": "^3.3.1",
    "browser-sync": "^2.10.1",
    "chai": "^3.4.1",
    "commander": "^2.9.0",
    "connect-history-api-fallback": "^1.1.0",
    "conventional-changelog-cli": "^1.1.1",
    "eslint": "^2.4.0",
    "globby": "^4.0.0",
    "istanbul": "^1.0.0-alpha.2",
    "mkdirp": "^0.5.1",
    "mocha": "^2.3.4",
    "postcss": "^5.0.14",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "systemjs": "^0.19.23"
  }
}
