From fb0e09c1c1068b377e1f42354f16cf00d511fcdd Mon Sep 17 00:00:00 2001 From: Stojan Sljivic Date: Wed, 30 Dec 2015 15:53:11 +0100 Subject: [PATCH] Create angular-nicescroll@0.0.9.json Add dependencies for angular-nicescroll. --- .../tushariscoolster/angular-nicescroll@0.0.9.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package-overrides/github/tushariscoolster/angular-nicescroll@0.0.9.json diff --git a/package-overrides/github/tushariscoolster/angular-nicescroll@0.0.9.json b/package-overrides/github/tushariscoolster/angular-nicescroll@0.0.9.json new file mode 100644 index 0000000..13d25da --- /dev/null +++ b/package-overrides/github/tushariscoolster/angular-nicescroll@0.0.9.json @@ -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"] + } + } +}