UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

34 lines (33 loc) 734 B
{ "name": "angular-touch", "version": "1.6.4", "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 <angular-core+npm@google.com>", "license": "MIT", "bugs": { "url": "https://github.com/angular/angular.js/issues" }, "homepage": "http://angularjs.org", "jspm": { "shim": { "angular-touch": { "deps": ["angular"] } } } }