Files
jspm-registry/package-overrides/github/tushariscoolster/angular-nicescroll@0.0.9.json
Stojan Sljivic fb0e09c1c1 Create angular-nicescroll@0.0.9.json
Add dependencies for angular-nicescroll.
2015-12-30 15:53:11 +01:00

15 lines
330 B
JSON

{
"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"]
}
}
}