aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2014-07-17 09:02:59 -0700
committerTimmy Willison <timmywillisn@gmail.com>2014-07-17 09:02:59 -0700
commite1949f43711b5808d42378bafb6728b40b1738d6 (patch)
tree5ae1d27358a04474273119878d008e01ac8d514d /package.json
parente5190982c40d7ac8ab9bdb2e7e4334f0e123ef66 (diff)
downloadjquery-e1949f43711b5808d42378bafb6728b40b1738d6.tar.gz
jquery-e1949f43711b5808d42378bafb6728b40b1738d6.zip
Build: drop bower; use npm for front-end deps
Fixes #15186 Closes gh-1620
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json
index d6e90e50c..83d444cd7 100644
--- a/package.json
+++ b/package.json
@@ -30,10 +30,9 @@
],
"dependencies": {},
"devDependencies": {
- "colors": "^0.6.2",
+ "colors": "0.6.2",
"commitplease": "1.9.0",
"grunt": "0.4.2",
- "grunt-bowercopy": "1.1.0",
"grunt-cli": "0.1.13",
"grunt-compare-size": "0.4.0",
"grunt-contrib-jshint": "0.8.0",
@@ -42,9 +41,14 @@
"grunt-git-authors": "1.2.0",
"grunt-jscs-checker": "0.4.1",
"grunt-jsonlint": "1.0.4",
+ "grunt-npmcopy": "0.1.0",
"gzip-js": "0.3.2",
"load-grunt-tasks": "0.3.0",
- "requirejs": "2.1.10",
+ "npm": "1.4.21",
+ "qunitjs": "1.14.0",
+ "requirejs": "2.1.14",
+ "sinon": "1.10.3",
+ "sizzle": "2.0.0",
"testswarm": "1.1.0"
},
"scripts": {