2012-04-18 20:07:35 +00:00
|
|
|
{
|
2014-11-03 17:27:12 +00:00
|
|
|
"name": "jquery-compat",
|
2013-10-15 13:51:09 +00:00
|
|
|
"title": "jQuery",
|
|
|
|
"description": "JavaScript library for DOM operations",
|
2014-11-03 17:27:12 +00:00
|
|
|
"version": "3.0.0-pre",
|
2013-11-15 22:07:12 +00:00
|
|
|
"main": "dist/jquery.js",
|
2013-10-15 13:51:09 +00:00
|
|
|
"homepage": "http://jquery.com",
|
|
|
|
"author": {
|
|
|
|
"name": "jQuery Foundation and other contributors",
|
2014-11-03 22:59:03 +00:00
|
|
|
"url": "https://github.com/jquery/jquery/blob/compat/AUTHORS.txt"
|
2013-10-15 13:51:09 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jquery/jquery.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"jquery",
|
|
|
|
"javascript",
|
2014-04-24 19:45:55 +00:00
|
|
|
"browser",
|
2013-10-15 13:51:09 +00:00
|
|
|
"library"
|
|
|
|
],
|
|
|
|
"bugs": {
|
2014-10-17 05:01:37 +00:00
|
|
|
"url": "https://github.com/jquery/jquery/issues"
|
2013-10-15 13:51:09 +00:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
2014-11-03 22:59:03 +00:00
|
|
|
"url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt"
|
2013-10-15 13:51:09 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2014-07-17 16:02:59 +00:00
|
|
|
"colors": "0.6.2",
|
2014-10-22 15:57:23 +00:00
|
|
|
"commitplease": "2.0.0",
|
2014-07-17 17:24:37 +00:00
|
|
|
"grunt": "0.4.5",
|
2014-01-26 03:01:57 +00:00
|
|
|
"grunt-cli": "0.1.13",
|
2014-02-21 11:53:36 +00:00
|
|
|
"grunt-compare-size": "0.4.0",
|
2014-07-17 18:15:19 +00:00
|
|
|
"grunt-contrib-jshint": "0.10.0",
|
2014-07-17 17:24:37 +00:00
|
|
|
"grunt-contrib-uglify": "0.5.0",
|
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2013-12-19 04:32:40 +00:00
|
|
|
"grunt-git-authors": "1.2.0",
|
2014-07-17 17:25:59 +00:00
|
|
|
"grunt-jscs-checker": "0.6.1",
|
2014-02-21 11:53:36 +00:00
|
|
|
"grunt-jsonlint": "1.0.4",
|
2014-07-17 16:02:59 +00:00
|
|
|
"grunt-npmcopy": "0.1.0",
|
2014-02-21 11:53:36 +00:00
|
|
|
"gzip-js": "0.3.2",
|
2014-07-17 17:24:37 +00:00
|
|
|
"load-grunt-tasks": "0.6.0",
|
2014-07-17 16:02:59 +00:00
|
|
|
"npm": "1.4.21",
|
2014-12-05 14:49:02 +00:00
|
|
|
"qunitjs": "1.16.0",
|
2014-07-17 16:02:59 +00:00
|
|
|
"requirejs": "2.1.14",
|
|
|
|
"sinon": "1.10.3",
|
2014-12-15 17:33:46 +00:00
|
|
|
"sizzle": "2.1.1",
|
2014-02-21 11:53:36 +00:00
|
|
|
"testswarm": "1.1.0"
|
2013-10-15 13:51:09 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2013-11-14 15:17:18 +00:00
|
|
|
"build": "npm install && grunt",
|
|
|
|
"start": "grunt watch",
|
2013-10-15 13:51:09 +00:00
|
|
|
"test": "grunt"
|
|
|
|
}
|
2012-04-18 20:07:35 +00:00
|
|
|
}
|