-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (40 loc) · 907 Bytes
/
bower.json
File metadata and controls
47 lines (40 loc) · 907 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
44
45
46
47
{
"name": "divhide",
"description": "Divhide javascript core components for NodeJs, Browser, Titanium, ... and everything that run javascript.",
"homepage": "https://github.com/divhide/divhide-core",
"license": "MIT",
"version": "2.0.1",
"authors": [
"Oscar Brito <aetheon@gmail.com>"
],
"keywords": [
"divhide",
"utils",
"validation",
"type",
"schema",
"safe",
"i18n",
"chain",
"error",
"exception",
"assert"
],
"ignore": [
"node_modules",
"bower_components",
".tests",
".gitignore",
".readme",
".grunt-tasks",
".npmignore",
".travis.yml",
"README.md",
"gruntfile.js",
"package.json",
"bower.json",
"src",
"lib"
],
"main": "dist/divhide.js"
}