forked from cferdinandi/validate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.04 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
{
"name": "validate",
"version": "1.4.1",
"description": "A lightweight form validation script that augments native HTML5 form validation elements and attributes.",
"main": "./dist/js/validate.js",
"author": {
"name": "Chris Ferdinandi",
"url": "http://gomakethings.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/cferdinandi/validate"
},
"devDependencies": {
"gulp": "^3.9.1",
"node-fs": "^0.1.7",
"del": "^2.2.2",
"lazypipe": "^1.0.1",
"gulp-plumber": "^1.1.0",
"gulp-flatten": "^0.3.1",
"gulp-tap": "^0.1.3",
"gulp-rename": "^1.2.2",
"gulp-header": "^1.8.8",
"gulp-footer": "^1.0.5",
"gulp-watch": "^4.3.11",
"gulp-livereload": "^3.8.1",
"jshint": "^2.9.4",
"gulp-jshint": "^2.0.4",
"jshint-stylish": "^2.2.1",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^2.1.2",
"gulp-optimize-js": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-svgmin": "^1.2.3",
"gulp-markdown": "^1.2.0",
"gulp-file-include": "^0.14.0"
}
}