-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1 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
{
"name": "@primitivesocial/ps-validation",
"version": "1.0.11",
"description": "Vue data validation rules, very much inspired from Laravel validation",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrimitiveSocial/ps-validation.git"
},
"keywords": [
"vue",
"validation",
"rules",
"laravel-inspired",
"required",
"required_if",
"fails",
"passes",
"extend",
"after_or_equal",
"credit_card_number"
],
"author": "Elie Andraos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrimitiveSocial/ps-validation/issues"
},
"homepage": "https://github.com/PrimitiveSocial/ps-validation#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.3.1",
"jest": "^24.9.0"
}
}