commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / bower_components / angular-unsavedChanges / .bower.json
1 {
2 "name": "angular-unsavedChanges",
3 "version": "0.1.1",
4 "homepage": "https://github.com/facultymatt/angular-unsavedChanges",
5 "authors": [
6 "Matt Miller <matt@facultycreative.com>"
7 ],
8 "description": "AngularJS directive to warn user of unsaved changes when navigating away from a form.",
9 "main": "unsavedChanges.js",
10 "keywords": [
11 "form",
12 "angularjs",
13 "unsaved",
14 "changes",
15 "warning",
16 "dirty",
17 "reload"
18 ],
19 "license": "MIT",
20 "ignore": [
21 "**/.*",
22 "node_modules",
23 "bower_components",
24 "test",
25 "tests"
26 ],
27 "dependencies": {
28 "angular": "~1.2.5"
29 },
30 "devDependencies": {
31 "angular-route": "~1.2.2",
32 "angular-mocks": "~1.2.2",
33 "angular-scenario": "~1.2.2",
34 "jquery": "~2.0.3",
35 "angular-translate": "latest"
36 },
37 "resolutions": {
38 "angular": "~1.2.5"
39 },
40 "_release": "0.1.1",
41 "_resolution": {
42 "type": "version",
43 "tag": "v0.1.1",
44 "commit": "9bba1eba672e0e6169ff41ba02db1ce2c1c6acc7"
45 },
46 "_source": "https://github.com/facultymatt/angular-unsavedChanges.git",
47 "_target": "~0.1.1",
48 "_originalSource": "angular-unsavedChanges"
49 }