package.json 1.28 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
{
  "name": "jQuery-QueryBuilder",
  "version": "2.3.0",
  "author": {
    "name": "Damien \"Mistic\" Sorel",
    "email": "contact@git.strangeplanet.fr",
    "url": "http://www.strangeplanet.fr"
  },
  "description": "jQuery plugin for user friendly query/filter creator",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-qunit": "~0.5.0",
    "grunt-contrib-uglify": "~0.8.0",
    "grunt-contrib-cssmin": "~0.12.0",
    "grunt-contrib-copy": "~0.8.0",
    "grunt-contrib-concat": "~0.5.0",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-contrib-watch": "~0.6.0",
    "grunt-contrib-sass": "~0.9.0",
    "grunt-qunit-blanket-lcov": "~0.3.1",
    "grunt-string-replace": "~1.0.0",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-coveralls": "~1.0.0",
    "grunt-wrap": "~0.3.0",
    "deepmerge": "~0.2.7",
    "grunt-bump": "^0.3.0",
    "time-grunt": "^1.2.1",
    "jit-grunt": "^0.9.1"
  },
  "keywords": [
    "jquery",
    "query",
    "builder",
    "filter"
  ],
  "license": "MIT",
  "homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
  "repository": {
    "type": "git",
    "url": "git://github.com/mistic100/jQuery-QueryBuilder.git"
  },
  "bugs": {
    "url": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
  },
  "scripts": {
    "test": "grunt test"
  }
}