aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-10-15 09:51:09 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-10-15 09:54:06 -0400
commit67e56db39e059739e1a18772a2012d06b4826274 (patch)
treef3fc43bc54e326561c3f59db7480d226e7a43105 /package.json
parent3774ee49e018288d54f31892978e495bd6798d9f (diff)
downloadjquery-67e56db39e059739e1a18772a2012d06b4826274.tar.gz
jquery-67e56db39e059739e1a18772a2012d06b4826274.zip
Update requirejs to compatible version, remove r.js
Conflicts: package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json92
1 files changed, 46 insertions, 46 deletions
diff --git a/package.json b/package.json
index fb04545be..8d226ec98 100644
--- a/package.json
+++ b/package.json
@@ -1,48 +1,48 @@
{
- "name": "jquery",
- "title": "jQuery",
- "description": "JavaScript library for DOM operations",
- "version": "1.11.0-pre",
- "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",
- "library"
- ],
- "bugs": {
- "url": "http://bugs.jquery.com"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
- }
- ],
- "dependencies": {},
- "devDependencies": {
- "archiver": "~0.4.9",
- "grunt": "~0.4.1",
- "grunt-compare-size": "~0.4.0",
- "grunt-contrib-jshint": "~0.6.4",
- "grunt-contrib-uglify": "~0.2.4",
- "grunt-contrib-watch": "~0.5.3",
- "grunt-git-authors": "~1.2.0",
- "grunt-jsonlint": "~1.0.0",
- "gzip-js": "0.3.2",
- "testswarm": "~1.1.0",
- "requirejs": "~2.1.8",
- "which": "~1.0.5"
- },
- "scripts": {
- "install": "node build/bower-install",
- "test": "grunt"
- }
+ "name": "jquery",
+ "title": "jQuery",
+ "description": "JavaScript library for DOM operations",
+ "version": "1.11.0-pre",
+ "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",
+ "library"
+ ],
+ "bugs": {
+ "url": "http://bugs.jquery.com"
+ },
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
+ }
+ ],
+ "dependencies": {},
+ "devDependencies": {
+ "archiver": "~0.4.9",
+ "grunt": "~0.4.1",
+ "grunt-compare-size": "~0.4.0",
+ "grunt-contrib-jshint": "~0.6.4",
+ "grunt-contrib-uglify": "~0.2.4",
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-git-authors": "~1.2.0",
+ "grunt-jsonlint": "~1.0.0",
+ "gzip-js": "0.3.2",
+ "testswarm": "~1.1.0",
+ "requirejs": "~2.1.9",
+ "which": "~1.0.5"
+ },
+ "scripts": {
+ "install": "node build/bower-install",
+ "test": "grunt"
+ }
}