-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
42
43
44
45
{
"name": "validate-box",
"version": "0.3.7",
"description": "Same I18n validation on server and client",
"main": "./src/main.js",
"scripts": {
"static": "gulp",
"dev": "nodemon ./src/index.js",
"build-dev": "gulp & nodemon ./src/index.js",
"zip": "rm *.zip & rm *.tgz & npm-pack-zip & npm pack",
"doc": "jsdoc -c jsdoc.json",
"test": "jest --watch --verbose ./tests"
},
"keywords": [
"validate",
"validations",
"i18n",
"internationalization",
"date",
"number",
"float"
],
"author": "Pablo Rosique Vidal",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pableke/validation-box.git"
},
"bugs": {
"url": "https://github.com/pableke/validation-box/issues"
},
"homepage": "https://github.com/pableke/validation-box#readme",
"devDependencies": {
"better-docs": "^2.3.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"jsdoc-mermaid": "^1.0.0",
"nodemon": "^2.0.6",
"npm-pack-zip": "^1.2.7"
}
}