forked from tameraydin/ng-inline-edit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ng-inline-edit",
"description": "Simple inline editing for HTML elements",
"version": "0.10.0",
"main": "dist/ng-inline-edit.js",
"keywords": [
"angular",
"component",
"inline-edit",
"click-to-edit",
"edit-in-place",
"editable",
"text",
"title"
],
"repository": {
"type": "git",
"url": "git://github.com/tameraydin/ng-inline-edit.git"
},
"homepage": "http://tamerayd.in/ng-inline-edit",
"bugs": {
"url": "https://github.com/tameraydin/ng-inline-edit/issues"
},
"author": "Tamer Aydin (http://tamerayd.in)",
"license": "MIT",
"jshintConfig": {
"globalstrict": true,
"unused": true,
"browser": true,
"predef": []
},
"devDependencies": {
"coveralls": "^2.11.2",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.0",
"gulp-header": "~1.2.2",
"gulp-jshint": "^1.9.2",
"gulp-minify-css": "^0.4.6",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^1.0.2",
"protractor": "^4.0.14",
"run-sequence": "^1.0.2",
"st": "^0.5.3"
},
"scripts": {
"test": "gulp test-unit && gulp test-e2e",
"start": "gulp test-unit",
"build": "gulp build"
}
}