UNPKG

ng-content-editable

Version:

Use ngModel and validations with contenteditable HTML5 attribute

35 lines (34 loc) 1.14 kB
{ "name": "ng-content-editable", "version": "1.0.0", "description": "Use ngModel and validations with contenteditable HTML5 attribute", "scripts": { "test": "echo \"Pending tests implementation\" && exit 1", "build": "\\cp src/content-editable.js dist/ng-content-editable.js && uglifyjs dist/ng-content-editable.js -o dist/ng-content-editable.min.js -c -m" }, "repository": { "type": "git", "url": "https://github.com/Vizir/ng-contenteditable.git" }, "keywords": [ "angular", "AngularJS", "contenteditable", "content-editable" ], "author": "Fabrício Ferrari de Campos <fabricio@vizir.com.br> (https://github.com/Vizir/ng-contenteditable)", "contributors": [ "Oliver Georgi <slackero+github@gmail.com>", "Letov Nikita <mail@nikitian.ru> (https://github.com/Nikitian/ng-contenteditable)" ], "license": "MIT", "bugs": { "url": "https://github.com/Vizir/ng-contenteditable/issues" }, "homepage": "https://github.com/Vizir/ng-contenteditable", "main": "dist/ng-content-editable.min.js", "devDependencies": { "uglify-js": "~3.4.9" }, "dependencies": {} }