-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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 <[email protected]> (https://github.com/Vizir/ng-contenteditable)",
"contributors": [
"Oliver Georgi <[email protected]>",
"Letov Nikita <[email protected]> (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": {}
}