-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 983 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
33
34
35
36
37
{
"name": "ionic-validation-directive",
"version": "1.0.0",
"description": "A directive for ionic that wraps form inputs and displays their errors",
"author": "RemnantArcher <zkeeton5@gmail.com>",
"contributors": [
{
"name": "RemnantArcher",
"email": "zkeeton5@gmail.com"
}
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/RemnantArcher/ionic-validation-directive.git"
},
"license": "MIT",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-css2js": "^1.0.2",
"gulp-cssnano": "^2.1.0",
"gulp-jshint": "^2.0.0",
"gulp-jsify-html-templates": "^0.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0"
}
}