Added jquery.dotdotdot

This commit is contained in:
Evgeniy Poturaev
2015-09-03 13:23:48 +03:00
parent 6c23f64f28
commit 9dcb76d983
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"main": "jquery.dotdotdot",
"deps": [
"jquery"
],
"shim": {
"jquery.dotdotdot": {
"deps": [
"jquery"
]
}
},
"directories": {
"lib": "src/js"
}
}