forked from nyxgear/formtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 715 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 715 Bytes
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
{
"name": "fromtools",
"version": "1.1.0",
"description": "Formtools a lightweight and powerful JQuery plugin that lets you validate, reset, and fill your HTML forms.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/nyxgear/formtools"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "nyxgear",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.5",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "~1",
"gulp-uglify": "~1",
"gulp-util": "~3"
}
}