64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
|
{
|
||
|
"name": "angular-unsavedChanges",
|
||
|
"version": "0.1.1",
|
||
|
"description": "AngularJS directive to warn user of unsaved changes when navigating away from a form.",
|
||
|
"main": "Gruntfile.js",
|
||
|
"devDependencies": {
|
||
|
"grunt-strip": "~0.2.1",
|
||
|
"express": "latest",
|
||
|
"bower": "~1.2.6",
|
||
|
"grunt": "~0.4.1",
|
||
|
"grunt-shell": "~0.4.0",
|
||
|
"grunt-open": "~0.2.2",
|
||
|
"grunt-contrib-copy": "~0.4.1",
|
||
|
"grunt-contrib-concat": "~0.3.0",
|
||
|
"grunt-contrib-uglify": "~0.2.0",
|
||
|
"grunt-contrib-jshint": "~0.6.0",
|
||
|
"grunt-contrib-cssmin": "~0.6.0",
|
||
|
"grunt-contrib-connect": "~0.5.0",
|
||
|
"grunt-contrib-clean": "~0.5.0",
|
||
|
"grunt-contrib-watch": "~0.5.3",
|
||
|
"grunt-usemin": "~0.1.11",
|
||
|
"grunt-rev": "~0.1.0",
|
||
|
"grunt-concurrent": "~0.3.0",
|
||
|
"load-grunt-tasks": "~0.2.0",
|
||
|
"time-grunt": "~0.1.0",
|
||
|
"grunt-karma": "~0.6.2",
|
||
|
"karma-script-launcher": "~0.1.0",
|
||
|
"karma-chrome-launcher": "~0.1.0",
|
||
|
"karma-firefox-launcher": "~0.1.0",
|
||
|
"karma-html2js-preprocessor": "~0.1.0",
|
||
|
"karma-jasmine": "~0.1.3",
|
||
|
"karma-requirejs": "~0.1.0",
|
||
|
"karma-coverage": "0.1.0",
|
||
|
"karma-osx-reporter": "*",
|
||
|
"karma-phantomjs-launcher": "~0.1.0",
|
||
|
"karma": "~0.10.2",
|
||
|
"protractor": "latest",
|
||
|
"grunt-protractor-runner": "latest",
|
||
|
"grunt-jsbeautifier": "~0.2.3",
|
||
|
"grunt-replace": "~0.5.1",
|
||
|
"grunt-contrib-jshint": "~0.6.3",
|
||
|
"grunt-yui-compressor": "~0.3.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facultymatt/angular-unsavedChanges.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"form",
|
||
|
"angularjs"
|
||
|
],
|
||
|
"authors": [
|
||
|
"Matt Miller <matt@facultycreative.com>"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facultymatt/angular-unsavedChanges/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/facultymatt/angular-unsavedChanges"
|
||
|
}
|