aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9d4912d53..009b7bf58 100644
--- a/package.json
+++ b/package.json
@@ -33,8 +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 }
+ }
}