This commit is contained in:
Guy Bedford
2014-08-29 01:54:51 +01:00
parent 44e9d4a2f5
commit e609f54fc2
+15
View File
@@ -0,0 +1,15 @@
{
"browser": "mocha",
"shim": {
"mocha": {
"deps": ["./mocha.css!"],
"exports": "mocha"
}
},
"jspm": {
"dependencies": {
"css": "*"
},
"registry": "jspm"
}
}