include jspm package configuration

This commit is contained in:
Guy Bedford 2013-11-26 12:10:06 +02:00
parent fa710fdb09
commit ac6cfbbaad
1 changed files with 11 additions and 0 deletions

View File

@ -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 }
}
}