-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 975 Bytes
/
package.json
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
{
"name": "hybicon",
"version": "1.4.0",
"description": "JavaScript library for synergistic SVG icons.",
"homepage": "http://hybicon.softwaretailoring.net",
"main": "js/hybicon.js",
"repository": {
"type": "git",
"url": "https://github.com/softwaretailoring/hybicon.git"
},
"author": {
"name": "Gábor Berkesi",
"email": "gabor.berkesi@softwaretailoring.net",
"url": "http://softwaretailoring.net"
},
"files": [
"js/hybicon.js",
"js/hybicon.min.js",
"js/hybicon.min.js.map",
"js/hybicon.core.js",
"js/hybicon.core.min.js",
"js/hybicon.core.min.js.map",
"LICENSE"
],
"dependencies": {
"raphael": "^2.1.0"
},
"keywords": [
"animated",
"SVG",
"icons",
"Raphael"
],
"bugs": {
"url": "https://github.com/softwaretailoring/hybicon/issues"
},
"license": "MIT"
}