-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
46 lines (46 loc) · 1009 Bytes
/
bower.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
{
"name": "angular-dirtyform-check",
"description": "Dirty (i.e. unsaved changes) form checker for AngularJS",
"version": "0.1.8",
"authors": [
"Jonas Zuberbuehler <[email protected]"
],
"repository": {
"type": "git",
"url": "https://github.com/jonaszuberbuehler/angular-dirtyform-check.git"
},
"homepage": "https://github.com/jonaszuberbuehler/angular-dirtyform-check",
"license": "MIT",
"private": false,
"keywords": [
"angular",
"angularjs",
"form",
"dirty",
"unsaved",
"changes"
],
"main": "./dist/angular-dirtyform-check.js",
"ignore": [
"**/.*",
"*.iml",
"src",
"demo",
"node_modules",
"bower_components",
"gulpfile.js",
"package.json",
"README.md",
"index.js"
],
"dependencies": {
"angular": "~1.5.0"
},
"devDependencies": {
"angular": "^1.6.4",
"angular-route": "^1.6.4",
"ng-dialog": "^1.3.0",
"bootstrap": "^3.3.7",
"angular-ui-router": "^1.0.4"
}
}