forked from websanova/wExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwExtensions.jquery.json
More file actions
36 lines (36 loc) · 857 Bytes
/
wExtensions.jquery.json
File metadata and controls
36 lines (36 loc) · 857 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
{
"name": "wExtensions",
"title": "wExtensions",
"description": "A collection of JavaScript extensions.",
"keywords": [
"websanova",
"wextensions",
"extensions"
],
"version": "1.0.0",
"author": {
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
},
"maintainers": [
{
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/websanova/wExtensions#license"
}
],
"bugs": "https://github.com/websanova/wExtensions/issues",
"homepage": "http://wboiler.websanova.com",
"docs": "https://github.com/websanova/wExtensions#wextensions",
"download": "https://github.com/websanova/wExtensions/tags",
"dependencies": {
"jquery": ">=1.5"
}
}