Merge pull request #698 from ssljivic/master

Create angular-nicescroll@0.0.9.json
This commit is contained in:
Guy Bedford
2015-12-30 17:04:07 +02:00
@@ -0,0 +1,14 @@
{
"main": "angular-nicescroll",
"registry": "jspm",
"dependencies": {
"angular": "jspm:angular@^1.4.8",
"jquery": "jspm:jquery@^2.1.4",
"jquery.nicescroll": "github:inuyaksa/jquery.nicescroll@3.6.6"
},
"shim":{
"angular-nicescroll": {
"deps": ["angular", "jquery.nicescroll", "jquery"]
}
}
}