Files
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"
}
}