4 "description": "JavaScript library for DOM operations",
6 "main": "dist/jquery.js",
7 "homepage": "http://jquery.com",
9 "name": "jQuery Foundation and other contributors",
10 "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
14 "url": "https://github.com/jquery/jquery.git"
22 "url": "http://bugs.jquery.com"
27 "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
35 "load-grunt-tasks": "0.2.0",
40 "grunt-cli": "0.1.11",
42 "grunt-contrib-jshint": "0.7.2",
43 "grunt-contrib-uglify": "0.2.7",
44 "grunt-contrib-watch": "0.5.3",
46 "grunt-bowercopy": "0.4.1",
47 "grunt-compare-size": "0.4.0",
48 "grunt-git-authors": "1.2.0",
49 "grunt-jscs-checker": "0.2.6",
50 "grunt-jsonlint": "1.0.4"
53 "build": "npm install && grunt",
54 "start": "grunt watch",