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-05-01 20:46:12 +00:00
|
|
|
"version": "1.11.2-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:45:55 +00:00
|
|
|
"browser",
|
2013-10-15 13:51:09 +00:00
|
|
|
"library"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "http://bugs.jquery.com"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2014-05-23 16:45:51 +00:00
|
|
|
"colors": "^0.6.2",
|
2014-06-15 23:01:53 +00:00
|
|
|
"commitplease": "1.9.0",
|
2013-12-19 04:32:40 +00:00
|
|
|
"grunt": "0.4.2",
|
2014-06-10 19:58:28 +00:00
|
|
|
"grunt-bowercopy": "1.0.0",
|
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-01-26 03:01:57 +00:00
|
|
|
"grunt-contrib-jshint": "0.8.0",
|
|
|
|
"grunt-contrib-uglify": "0.3.2",
|
2013-12-19 04:32:40 +00:00
|
|
|
"grunt-contrib-watch": "0.5.3",
|
|
|
|
"grunt-git-authors": "1.2.0",
|
2014-04-15 14:08:18 +00:00
|
|
|
"grunt-jscs-checker": "0.4.1",
|
2014-02-21 11:53:36 +00:00
|
|
|
"grunt-jsonlint": "1.0.4",
|
|
|
|
"gzip-js": "0.3.2",
|
|
|
|
"load-grunt-tasks": "0.3.0",
|
|
|
|
"requirejs": "2.1.10",
|
|
|
|
"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
|
|
|
}
|