Create angular-nicescroll@0.0.9.json

Add dependencies for angular-nicescroll.
This commit is contained in:
Stojan Sljivic
2015-12-30 15:53:11 +01:00
parent d918305ccd
commit fb0e09c1c1
@@ -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"]
}
}
}