-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1005 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
39
40
41
42
43
44
45
46
{
"name": "svg-stylus",
"version": "0.0.5",
"description": "This project aims to recreate the functionality of rework-svg but adapted to work with Stylus.",
"license": "MIT",
"author": {
"name": "Eric Wallmander",
"url": "http://wallmander.net/"
},
"contributors": [
{
"name": "Reine Schellin",
"email": "reine@wallmanderco.se"
},
{
"name": "Phil Gold",
"email": "pgold@rubixmedia.com"
}
],
"keywords": [
"svg",
"stylus",
"rework-svg",
"data-uri",
"base64",
"encode",
"github"
],
"homepage": "https://github.com/walle89/svg-stylus/",
"repository": {
"type": "git",
"url": "https://github.com/walle89/svg-stylus.git"
},
"main": "index.js",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"rework": "~1.0.1",
"underscore": "~1.8.3",
"xmldoc": "git+https://github.com/jankuca/xmldoc.git"
},
"bugs": {
"url": "https://github.com/walle89/svg-stylus/issues/"
}
}