From 872fb67eff3bdc1cfc1647e5d2cbc7fb606acb16 Mon Sep 17 00:00:00 2001 From: Shemesh Date: Wed, 16 Sep 2015 17:21:42 +0300 Subject: [PATCH 1/2] added package.json added package.json to be able to use npm install --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f2ce27e --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "angular-ui-tab-scroll", + "version": "0.1.5", + "homepage": "https://github.com/VersifitTechnologies/angular-ui-tab-scroll", + "description": "A scrollable tab plugin compatible with angular-ui bootstrap tabs", + "keywords": [ + "ui", + "bootstrap", + "angular", + "tabs", + "scroll" + ], + "dependencies": { + "jquery": ">=2.1.4", + "bootstrap": ">=3.3.4", + "angular": ">=1.3.0", + "angular-ui-bootstrap": ">=0.13.0" + } +} From 62cc6b011e72111fb598427422d0517862a14af1 Mon Sep 17 00:00:00 2001 From: Shemesh Date: Sun, 20 Sep 2015 11:36:44 +0300 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f2ce27e..554e974 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.1.5", "homepage": "https://github.com/VersifitTechnologies/angular-ui-tab-scroll", "description": "A scrollable tab plugin compatible with angular-ui bootstrap tabs", + "repository" : { + "type" : "git", + "url" : "https://github.com/VersifitTechnologies/angular-ui-tab-scroll" + }, "keywords": [ "ui", "bootstrap",