Files
jspm-registry/package-overrides/github/Semantic-Org/Semantic-UI@1.11.8.json
T
2015-04-16 16:39:07 +02:00

19 lines
304 B
JSON

{
"directories": {
"lib": "dist"
},
"main": "semantic",
"shim": {
"semantic": {
"deps": [
"jquery",
"./semantic.css!"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}