mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
36 lines
786 B
JSON
36 lines
786 B
JSON
{
|
|
"name": "angular-unsavedChanges",
|
|
"version": "0.2.5",
|
|
"homepage": "https://github.com/facultymatt/angular-unsavedChanges",
|
|
"authors": [
|
|
"Matt Miller <mattmillerart@gmail.com>"
|
|
],
|
|
"description": "AngularJS directive to warn user of unsaved changes when navigating away from a form.",
|
|
"main": "dist/unsavedChanges.js",
|
|
"keywords": [
|
|
"form",
|
|
"angularjs",
|
|
"unsaved",
|
|
"changes",
|
|
"warning",
|
|
"dirty",
|
|
"reload"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"devDependencies": {
|
|
"angular": "~1.3.x",
|
|
"angular-route": "~1.3.x",
|
|
"angular-mocks": "~1.3.x",
|
|
"angular-scenario": "~1.3.x",
|
|
"jquery": "~2.0.3",
|
|
"angular-translate": "^2.0.1"
|
|
}
|
|
}
|