forked from facultymatt/angular-unsavedChanges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 995 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
{
"name": "angular-unsavedChanges",
"version": "0.2.3-alpha.1",
"homepage": "https://github.com/facultymatt/angular-unsavedChanges",
"authors": [
"Matt Miller <[email protected]>",
"Parth Shah <[email protected]>"
],
"description": "AngularJS directive to warn user of unsaved changes when navigating away from a form.",
"main": "unsavedChanges.js",
"keywords": [
"form",
"angularjs",
"unsaved",
"changes",
"warning",
"dirty",
"reload"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.5"
},
"devDependencies": {
"angular-route": "~1.2.2",
"angular-mocks": "~1.2.2",
"angular-scenario": "~1.2.2",
"jquery": "~2.0.3",
"angular-dialog-service": "~5.0.0",
"angular-translate": "~2.2.0",
"angular-ui-bootstrap": "~0.11.0",
"ngSanitize": "~0.0.2",
"angular-sanitize": "~1.2.18"
}
}