forked from babeuloula/jquery.validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 756 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
28
29
{
"name": "jquery_validator",
"version": "1.0.0",
"description": "Permet de valider facilement des formulaires facilement",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/babeuloula/jquery.validator.git"
},
"keywords": [
"jquery",
"javascript",
"validator"
],
"author": "BaBeuloula <contact@babeuloula.fr>",
"license": "Beerware",
"bugs": {
"url": "https://github.com/babeuloula/jquery.validator/issues"
},
"homepage": "https://github.com/babeuloula/jquery.validator",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1"
}
}