-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 862 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 862 Bytes
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
{
"name": "angular-input-modified",
"description": "Angular module to detect and indicate input modifications",
"version": "2.4.2",
"homepage": "https://github.com/betsol/angular-input-modified",
"license": "MIT",
"main": "index.js",
"dependencies": {
"angular": "~1"
},
"devDependencies": {
"del": "~0",
"gulp": "~3",
"gulp-angular-protractor": "0.0.2",
"gulp-concat": "^2.5.2",
"gulp-debug": "~1",
"gulp-gh-pages": "~0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "~1",
"gulp-uglify": "~0",
"gulp-util": "~2",
"jshint": "^2.9.1",
"ncp": "^2.0.0",
"run-sequence": "^1.0.2",
"spa-server": "^0.1.0"
},
"keywords": [
"angular",
"angularjs",
"form",
"forms",
"input",
"modification",
"ui"
]
}