2 "name": "jquery-compat",
4 "description": "JavaScript library for DOM operations",
5 "version": "3.0.0-pre",
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/compat/AUTHORS.txt"
14 "url": "https://github.com/jquery/jquery.git"
23 "url": "https://github.com/jquery/jquery/issues"
28 "url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt"
33 "commitplease": "2.0.0",
35 "grunt-cli": "0.1.13",
36 "grunt-compare-size": "0.4.0",
37 "grunt-contrib-jshint": "0.10.0",
38 "grunt-contrib-uglify": "0.7.0",
39 "grunt-contrib-watch": "0.6.1",
40 "grunt-git-authors": "2.0.1",
41 "grunt-jscs-checker": "0.8.1",
42 "grunt-jsonlint": "1.0.4",
43 "grunt-npmcopy": "0.1.0",
45 "load-grunt-tasks": "1.0.0",
46 "native-promise-only": "0.7.8-a",
48 "promises-aplus-tests": "2.1.0",
51 "requirejs": "2.1.15",
57 "build": "npm install && grunt",
58 "start": "grunt watch",
59 "test": "grunt && grunt test"