{
  "name": "storm-wall",
  "version": "1.2.5",
  "description": "Interactive animating content wall",
  "author": "stormid",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/stormid/storm-wall.git"
  },
  "bugs": {
    "url": "https://github.com/stormid/storm-wall/issues"
  },
  "main": "dist/storm-wall.js",
  "keywords": [
    "stormid",
    "component",
    "wall",
    "UI"
  ],
  "scripts": {
    "build": "gulp build",
    "start": "gulp",
    "test": "_mocha",
    "test:watch": "NODE_ENV=test mocha --watch",
    "test:coverage": "istanbul cover _mocha -- -R spec && codecov"
  },
  "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.24.4",
    "browserify": "^13.1.0",
    "gulp": "^3.9.1",
    "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.10.0",
    "gulp-uglify": "^2.0.0",
    "gulp-wrap-umd": "^0.2.1",
    "istanbul": "^1.1.0-alpha.1",
    "jsdom": "^9.8.0",
    "jsdom-global": "^2.1.0",
    "mocha": "^5.2.0",
    "object-assign": "^4.0.1",
    "rollup-plugin-commonjs": "^7.0.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "run-sequence": "^1.1.0",
    "should": "^11.1.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "dependencies": {
    "raf-throttle": "^2.0.3"
  }
}
