UNPKG

angular-on-screen-keyboard

Version:
43 lines (42 loc) 1.24 kB
{ "name": "angular-on-screen-keyboard", "version": "0.9.8", "description": "Always present 'On screen keyboard' for angular", "author": "Greenfield Ventures AB", "homepage": "https://github.com/GreenfieldVentures/angular-on-screen-keyboard", "main": "dist/angular-on-screen-keyboard.min.js", "style": "dist/angular-on-screen-keyboard.min.css", "keywords": [ "directive", "angular", "keyboard", "numpad", "onscreen" ], "repository": { "type": "git", "url": "git://github.com/GreenfieldVentures/angular-on-screen-keyboard.git" }, "license": "MIT", "devDependencies": { "grunt": "~0.4.5", "grunt-angular-templates": "^1.0.3", "grunt-browser-sync": "^2.2.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "^1.0.1", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "^0.6.1", "grunt-ng-annotate": "^1.0.1", "grunt-notify": "^0.4.1", "jshint-html-reporter": "^0.2.2", "less-plugin-autoprefix": "^1.5.1", "time-grunt": "^1.0.0" }, "dependencies": { "angular": "^1.5.0", "angular-sanitize": "^1.5.0" } }