aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/package.json b/package.json
index 46266fe0d..009b7bf58 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap"
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
- , "version": "3.0.1"
+ , "version": "3.0.2"
, "keywords": ["bootstrap", "css"]
, "homepage": "http://getbootstrap.com"
, "author": "Twitter, Inc."
@@ -33,6 +33,19 @@
, "grunt-contrib-watch": "~0.5.3"
, "grunt-html-validation": "~0.1.6"
, "grunt-jekyll": "~0.4.0"
- , "grunt-recess": "~0.4.0"
+ , "grunt-recess": "~0.5.0"
+ , "grunt-sed": "~0.1.1"
+ , "regexp-quote": "~0.0.0"
+ }
+ , "jspm": {
+ "main": "js/bootstrap"
+ , "directories": { "lib": "dist" }
+ , "shim": {
+ "js/bootstrap": {
+ "imports": "jquery"
+ , "exports": "$"
+ }
+ }
+ , "buildConfig": { "uglify": true }
}
}