Files
jspm-registry/registry.json
T

12 lines
224 B
JSON
Raw Normal View History

2013-08-22 13:31:59 +02:00
{
2013-08-22 15:21:44 +02:00
"jquery": {
"location": "github:components/jquery",
"main": "jquery"
2013-08-22 15:37:23 +02:00
},
"bootstrap": {
2013-08-22 17:33:41 +02:00
"location": "github:twbs/bootstrap",
2013-08-22 15:37:23 +02:00
"main": "dist/js/bootstrap",
2013-08-22 18:52:09 +02:00
"depends": ["../css/bootstrap.css!"]
2013-08-22 15:21:44 +02:00
}
}