Files
jspm-registry/package-overrides/github/Semantic-Org/Semantic-UI@2.0.4.json
T
2015-07-18 20:08:39 -03:00

20 lines
305 B
JSON

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