forked from kswedberg/jquery-expander
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 697 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 697 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
{
"name": "expander",
"title": "jQuery Expander Plugin",
"description": "Expand and collapse HTML content",
"version": "1.4",
"keywords": [
"text",
"truncate",
"summary",
"details",
"expand",
"collapse"
],
"homepage": "http://plugins.learningjquery.com/expander/",
"author": {
"name": "Karl Swedberg",
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"files": [
"jquery.expander.js"
],
"main": "jquery.expander.js",
"repository": {
"type": "git",
"url": "https://github.com/kswedberg/jquery-expander.git"
},
"dependencies": {
"jquery": ">=1.3"
}
}