-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 909 Bytes
/
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
{
"name": "angular-dirtyform-check",
"description": "Dirty (i.e. unsaved changes) form checker for AngularJS",
"version": "0.1.8",
"author": "Jonas Zuberbuehler <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jonaszuberbuehler/angular-dirtyform-check.git"
},
"homepage": "https://github.com/jonaszuberbuehler/angular-dirtyform-check",
"license": "MIT",
"private": false,
"keywords": [
"angular",
"angularjs",
"form",
"dirty",
"unsaved",
"changes"
],
"main": "index.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-if": "^2.0.1",
"gulp-jshint": "^2.0.1",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1"
}
}