From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/angular-touch/package.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 www/lib/angular-touch/package.json (limited to 'www/lib/angular-touch/package.json') diff --git a/www/lib/angular-touch/package.json b/www/lib/angular-touch/package.json deleted file mode 100644 index 9e64e489..00000000 --- a/www/lib/angular-touch/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "angular-touch", - "version": "1.5.8", - "description": "AngularJS module for touch events and helpers for touch-enabled devices", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.js.git" - }, - "keywords": [ - "angular", - "framework", - "browser", - "touch", - "client-side" - ], - "author": "Angular Core Team ", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular.js/issues" - }, - "homepage": "http://angularjs.org", - "jspm": { - "shim": { - "angular-touch": { - "deps": ["angular"] - } - } - } -} -- cgit v1.2.3