{
  "name": "angular-reselect",
  "main": "dist/reselect.js",
  "author": "https://github.com/alexcheuk",
  "homepage": "https://github.com/alexcheuk/Reselect",
  "repository": {
    "url": "https://github.com/alexcheuk/Reselect.git"
  },
  "version": "0.6.24",
  "devDependencies": {
    "autoprefixer": "^6.3.6",
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.1.2",
    "babel-loader": "^6.2.5",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-2": "^6.18.0",
    "bower": "^1.7.1",
    "del": "^2.2.0",
    "eslint": "^3.13.0",
    "eslint-config-standard": "^6.2.1",
    "eslint-friendly-formatter": "^2.0.7",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-flow-vars": "^0.5.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "event-stream": "^3.3.2",
    "events": "^1.1.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "gulp": "^3.9.0",
    "gulp-angular-templatecache": "^1.8.0",
    "gulp-concat": "~2.1.7",
    "gulp-connect": "^2.2.0",
    "gulp-footer": "~1.0.5",
    "gulp-header": "~1.0.2",
    "gulp-jshint": "^2.0.0",
    "gulp-livereload": "^3.8.1",
    "gulp-load-plugins": "^1.1.0",
    "gulp-minify-css": "~0.3.6",
    "gulp-minify-html": "~0.1.0",
    "gulp-notify": "^2.2.0",
    "gulp-plumber": "^0.6.3",
    "gulp-rename": "~0.2.2",
    "gulp-sass": "^2.1.1",
    "gulp-uglify": "~0.3.1",
    "gulp-util": "^3.0.7",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.1.0",
    "karma": "^0.12.16",
    "karma-chrome-launcher": "^0.1.3",
    "karma-coverage": "~0.2",
    "karma-firefox-launcher": "~0.1",
    "karma-jasmine": "~0.2",
    "karma-jasmine-html-reporter-livereload": "^1.0.0",
    "karma-ng-html2js-preprocessor": "^0.1.0",
    "karma-notify-reporter": "^0.1.1",
    "karma-phantomjs-launcher": "~0.1.4",
    "karma-spec-reporter": "0.0.23",
    "map-stream": "0.0.6",
    "node-bourbon": "^4.2.8",
    "node-notifier": "^4.4.0",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2",
    "webpack-merge": "^2.3.1"
  },
  "scripts": {
    "test": "gulp test",
    "dev": "webpack-dev-server --config build/webpack.dev.config.js --progress --watch",
    "prepatch-release": "npm version patch && gulp build && git add . && git commit -m \"Compile for publish\"",
    "patch-release": "npm publish && git push"
  },
  "license": "MIT"
}
