{
  "name": "storm-component-boilerplate",
  "version": "1.2.4",
  "description": "",
  "author": "stormid",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mjbp/storm-component-boilerplate.git"
  },
  "bugs": {
    "url": "https://github.com/mjbp/storm-component-boilerplate/issues"
  },
  "main": "dist/index.js",
  "browser": "dist/storm-component-boilerplate.standalone.js",
  "keywords": [
    "stormid",
    "boilerplate",
    "component"
  ],
  "scripts": {
    "build": "node_modules/.bin/gulp build",
    "serve": "node_modules/.bin/gulp server",
    "start": "node_modules/.bin/gulp server",
    "test": "node_modules/.bin/jest"
  },
  "jest": {
    "testURL": "http://localhost"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "env"
          ]
        }
      ]
    ]
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-core": "^6.7.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.6.0",
    "babelify": "^7.3.0",
    "browser-sync": "^2.17.5",
    "browserify": "^13.1.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.2",
    "gulp-gh-pages": "^0.5.4",
    "gulp-header": "^1.2.2",
    "gulp-notify": "^2.2.0",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-rollup": "^2.11.0",
    "gulp-uglify": "^2.0.0",
    "gulp-wrap-umd": "^0.2.1",
    "jest": "^23.4.2",
    "object-assign": "^4.0.1",
    "rollup": "^0.41.6",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "run-sequence": "^1.1.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
