forked from Vizir/ng-contenteditable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 922 Bytes
/
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": "0.0.1",
"description": "Use ngModel and validations with contenteditable HTML5 attribute",
"scripts": {
"test": "echo \"Pending tests implementation\" && exit 1"
},
"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]>",
"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": {
"gulp": "latest",
"gulp-uglify": "latest",
"gulp-rename": "latest",
"gulp-concat": "latest",
"gulp-jshint": "latest",
"gulp-ng-annotate": "latest"
},
"dependencies": {}
}