UNPKG

jquery-input-lettering

Version:
48 lines (47 loc) 1.15 kB
{ "name": "jquery-input-lettering", "version": "0.1.2", "description": "Light-weight jquery input lettering plugin", "keywords": [ "jquery-plugin", "jquery", "input", "lettering", "plugins" ], "repository": { "type": "git", "url": "https://github.com/sergmaestro/jquery-input-lettering.git" }, "bugs": { "url": "https://github.com/sergmaestro/jquery-input-lettering/issues" }, "author": { "name": "Sergei Kuznetsov", "email": "serhii.kuznietsov2@gmail.com", "url": "https://github.com/sergmaestro" }, "homepage": "https://github.com/sergmaestro/jquery-input-lettering", "contributors": [ { "name": "Sergei Kuznetsov", "email": "serhii.kuznietsov2@gmail.com", "url": "https://github.com/sergmaestro" } ], "license": "MIT", "dependencies": { "jquery": ">=1.5.1" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-uglify": "^0.9.2", "grunt-contrib-watch": "^0.6.1", "grunt-jscs": "^2.7.0" }, "scripts": { "jscs": "jscs src" } }