{
  "name": "selectivity",
  "desc": "Modular and light-weight selection library for jQuery and Zepto.js",
  "version": "2.1.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/arendjr/selectivity.git"
  },
  "scripts": {
    "build-min": "gulp --bundle-name=full --minify",
    "build-source": "gulp --bundle-name=full --derequire",
    "build": "npm run build-source && npm run build-min",
    "test": "gulp jshint && gulp unit-tests"
  },
  "devDependencies": {
    "browser-sync": "^2.10.0",
    "browserify": "^7.1.0",
    "bundle-collapser": "^1.1.0",
    "glob": "^4.3.2",
    "gulp": "^3.8.10",
    "gulp-autoprefixer": "^2.3.1",
    "gulp-concat": "^2.4.3",
    "gulp-csso": "^1.0.0",
    "gulp-derequire": "^2.0.0",
    "gulp-header": "^1.7.1",
    "gulp-if": "^1.2.5",
    "gulp-jshint": "^2.0.0",
    "gulp-nodeunit": "0.0.5",
    "gulp-replace": "^0.5.0",
    "gulp-ruby-sass": "~1.0.1",
    "gulp-uglify": "^1.0.2",
    "gulp-util": "^3.0.1",
    "jsdom": "^2.0.0",
    "jshint": "2.8.0",
    "jshint-stylish": "^1.0.0",
    "lodash": "^3.10.1",
    "proxyquire": "^1.3.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.0.0",
    "yargs": "^3.30.0"
  },
  "license": "MIT"
}
