1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/vendor/assets/components/angular-unsavedChanges/package.json
2015-05-05 03:10:25 +02:00

64 lines
1.9 KiB
JSON

{
"name": "angular-unsavedChanges",
"version": "0.2.5",
"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": "latest",
"karma-script-launcher": "latest",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-html2js-preprocessor": "latest",
"karma-jasmine": "latest",
"karma-requirejs": "latest",
"karma-coverage": "latest",
"karma-osx-reporter": "latest",
"karma-phantomjs-launcher": "latest",
"karma": "latest",
"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"
}