aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Bedford <[email protected]>2013-11-26 12:10:06 +0200
committerGuy Bedford <[email protected]>2013-11-26 12:10:06 +0200
commitac6cfbbaad65a773590c61b82179d3b21c835338 (patch)
treef83cac4b578133c9a4bb2b54f64798db31eb5495
parentfa710fdb09e49511fd3d22c50f87d17ff5939e8a (diff)
downloadbootstrap-ac6cfbbaad65a773590c61b82179d3b21c835338.tar.xz
bootstrap-ac6cfbbaad65a773590c61b82179d3b21c835338.zip
include jspm package configuration
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
index 12df3477c..009b7bf58 100644
--- a/package.json
+++ b/package.json
@@ -37,4 +37,15 @@
, "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 }
+ }
}