-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 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
{
"name": "jquery-folding-arrow-icon",
"version": "1.0.3",
"description": "jQuery plug-in for inserting inline SVG icons with transition support for toggling between two states, like list bullets for foldable lists, e.g. a right- or downpointing triangle with rotation transition. Other presets include a burger icon for a menu with transition to an X icon when opening the menu.",
"main": "dist/jquery-folding-arrow-icon-min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://isg-software@github.com/isg-software/folding-arrow.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"SVG",
"icon",
"foldable",
"collapse",
"unfold",
"transition",
"list",
"item",
"bullet",
"burger",
"menu",
"accordeon",
"animation"
],
"author": "Immo Schulz-Gerlach <immo@isg-software.de> (http://www.isg-software.de)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/isg-software/folding-arrow/issues"
},
"homepage": "https://github.com/isg-software/folding-arrow#readme"
}