forked from facultymatt/angular-unsavedChanges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.88 KB
/
package.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "angular-unsavedChanges",
"version": "0.2.3-alpha.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": "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 <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facultymatt/angular-unsavedChanges/issues"
},
"homepage": "https://github.com/facultymatt/angular-unsavedChanges"
}