-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 935 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 935 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cerberus-validator",
"description": "Javascript validations made easy",
"main": [
"index.js"
],
"dependencies": {},
"devDependencies": {
"benchmark": "^2.1.4",
"jsdoc": "^3.6.3",
"mocha": "^6.2.1",
"browserify": "latest",
"@types/browserify": "latest",
"typescript": "next",
"codecov": "^1.0.1",
"nyc": "^14.1.1",
"prettier": "1.18.2"
},
"moduleType": [
"node",
"es6"
],
"keywords": [
"validtion",
"assertions"
],
"authors": [
"Jithin Zacharia <zachariajithin@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/Jithinqw/Cerberus.git"
},
"license": "GNU GENERAL PUBLIC LICENSE",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": false
}