2012-04-18 20:07:35 +00:00
|
|
|
{
|
2013-10-15 13:51:09 +00:00
|
|
|
"name": "jquery",
|
|
|
|
"title": "jQuery",
|
|
|
|
"description": "JavaScript library for DOM operations",
|
2014-11-03 17:29:16 +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",
|
|
|
|
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jquery/jquery.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"jquery",
|
|
|
|
"javascript",
|
2014-04-24 19:38:38 +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
|
|
|
},
|
2015-05-19 11:05:21 +00:00
|
|
|
"license": "MIT",
|
2013-10-15 13:51:09 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2014-10-22 15:57:23 +00:00
|
|
|
"commitplease": "2.0.0",
|
2015-06-01 21:25:38 +00:00
|
|
|
"core-js": "0.9.17",
|
2014-07-17 17:24:37 +00:00
|
|
|
"grunt": "0.4.5",
|
2015-06-01 21:25:38 +00:00
|
|
|
"grunt-babel": "5.0.1",
|
2014-01-26 03:01:57 +00:00
|
|
|
"grunt-cli": "0.1.13",
|
2014-02-21 11:53:00 +00:00
|
|
|
"grunt-compare-size": "0.4.0",
|
2015-06-01 21:25:38 +00:00
|
|
|
"grunt-contrib-jshint": "0.11.2",
|
2015-08-24 19:24:56 +00:00
|
|
|
"grunt-contrib-uglify": "0.9.2",
|
2014-07-17 17:24:37 +00:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2014-12-17 15:42:23 +00:00
|
|
|
"grunt-git-authors": "2.0.1",
|
2015-08-16 06:59:58 +00:00
|
|
|
"grunt-jscs": "2.1.0",
|
2014-02-21 11:53:00 +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:00 +00:00
|
|
|
"gzip-js": "0.3.2",
|
2015-08-03 18:28:37 +00:00
|
|
|
"jsdom": "5.6.1",
|
2014-12-17 15:42:23 +00:00
|
|
|
"load-grunt-tasks": "1.0.0",
|
2015-01-26 18:24:59 +00:00
|
|
|
"qunitjs": "1.17.1",
|
2015-05-10 23:39:26 +00:00
|
|
|
"qunit-assert-step": "1.0.3",
|
2015-05-19 15:45:14 +00:00
|
|
|
"requirejs": "2.1.17",
|
2015-03-24 15:44:51 +00:00
|
|
|
"sinon": "1.10.3",
|
2015-10-17 18:17:20 +00:00
|
|
|
"sizzle": "2.2.1",
|
2015-08-01 23:48:54 +00:00
|
|
|
"strip-json-comments": "1.0.3",
|
2015-04-26 17:33:05 +00:00
|
|
|
"testswarm": "1.1.0",
|
|
|
|
"win-spawn": "2.0.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",
|
2014-12-30 02:07:03 +00:00
|
|
|
"test": "grunt && grunt test"
|
2014-12-07 06:46:25 +00:00
|
|
|
},
|
|
|
|
"commitplease": {
|
|
|
|
"components": [
|
|
|
|
"Docs",
|
|
|
|
"Tests",
|
|
|
|
"Build",
|
|
|
|
"Release",
|
|
|
|
"Core",
|
|
|
|
"Ajax",
|
|
|
|
"Attributes",
|
|
|
|
"Callbacks",
|
|
|
|
"CSS",
|
|
|
|
"Data",
|
|
|
|
"Deferred",
|
2015-10-18 15:02:16 +00:00
|
|
|
"Deprecated",
|
2014-12-07 06:46:25 +00:00
|
|
|
"Dimensions",
|
|
|
|
"Effects",
|
|
|
|
"Event",
|
|
|
|
"Manipulation",
|
|
|
|
"Offset",
|
|
|
|
"Queue",
|
|
|
|
"Selector",
|
|
|
|
"Serialize",
|
2015-01-12 03:24:02 +00:00
|
|
|
"Traversing",
|
|
|
|
"Wrap"
|
2014-12-07 06:46:25 +00:00
|
|
|
]
|
2013-10-15 13:51:09 +00:00
|
|
|
}
|
2012-04-18 20:07:35 +00:00
|
|
|
}
|