{
  "name": "yoloader",
  "version": "3.0.0",
  "main": "out/index.js",
  "author": "Tiddo Langerak <tiddolangerak@gmail.com>",
  "license": "Apache-2.0",
  "scripts": {
    "prepublish": "gulp pre-publish",
    "test": "gulp clean; gulp build;  node test/run.js"
  },
  "files": [
    "package.json",
    "out",
    "loader.js",
    "plugins",
    "README.md"
  ],
  "dependencies": {
    "async": "^0.9.0",
    "babel": "^4.3.0",
    "check-dependencies": "^0.9.2",
    "debug": "~2.1.1",
    "detective": "^4.0.0",
    "inline-source-map-comment": "~1.0.3",
    "install": "~0.1.8",
    "js-beautify": "^1.5.4",
    "minimatch": "^2.0.4",
    "mothership": "^0.3.0",
    "npm-package-arg": "^3.1.1",
    "semver": "^4.3.1",
    "source-map": "~0.3.0",
    "stream-combiner": "^0.2.1",
    "stream-concat": "^0.1.0",
    "through2": "^0.6.3",
    "vinyl": "^0.4.6",
    "vinyl-fs": "~0.3.13",
    "vinyl-sourcemaps-apply": "^0.1.4"
  },
  "devDependencies": {
    "fs-extra": "^0.16.3",
    "gulp": "^3.8.11",
    "gulp-babel": "~4.0.0",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "~1.3.0",
    "gulp-uglify": "^1.1.0",
    "run-sequence": "^1.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Magnetme/yoloader"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  }
}
