-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "js-utils",
"version": "3.7.2",
"title": "JSU Library",
"main": "./assets/js/jherax.js",
"description": "Utilities for JavaScript and jQuery, included tools for data validation, text formatting, tooltips, positioning elements, JSON, cloning objects, sorting arrays, resource injection.",
"dependencies": {
"jquery": ">=1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jherax/js-utils.git"
},
"keywords": [
"javascript",
"json",
"jquery",
"jquery-plugin",
"format",
"validation",
"capitals",
"capitalize",
"positioning",
"tooltip",
"clone",
"sort"
],
"author": {
"name": "David Rivera",
"url": "http://jherax.github.io/",
"email": "jherax@gmail.com"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"homepage": "http://jherax.github.io/",
"docs": "http://jherax.github.io/#jsu-library",
"bugs": "https://github.com/jherax/js-utils/issues",
"download": "https://github.com/jherax/js-utils/archive/master.zip",
"demo": "http://jherax.github.io/#list-of-methods",
"readmeFilename": "README.md"
}