-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 756 Bytes
/
bower.json
File metadata and controls
37 lines (37 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
30
31
32
33
34
35
36
37
{
"name": "doubt",
"version": "0.34.0",
"description": "Checks entity if array, arguments, iterable or array-like.",
"main": "doubt.deploy.js",
"support": "doubt.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"check",
"entity",
"array",
"arguments",
"iterable",
"array-like",
"doubt"
],
"homepage": "https://github.com/volkovasystems/doubt",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"cemento": "^0.17.0",
"falzy": "^0.23.0",
"harden": "^0.23.0",
"stringe": "^0.5.0",
"truly": "^0.20.0"
}
}