-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 955 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
{
"name": "svg-cleaner",
"version": "0.0.4",
"description": "Cleaning SVG Files - A partial port of Scour to JavaScript.",
"keywords": [
"svg",
"assets",
"cleaner"
],
"homepage": "http://github.com/preciousforever/SVG-Cleaner",
"author": {
"name": "Michael Schieben",
"email": "[email protected]",
"url": "http://precious-forever.com"
},
"contributors": [
"Joschi Kuphal <[email protected]> (http://jkphl.is)"
],
"repository": {
"type" : "git",
"url" : "http://github.com/preciousforever/SVG-Cleaner"
},
"engines": {
"node": ">=0.6.0 <0.12"
},
"dependencies": {
"commander": "1.0.x",
"cssom": "0.2.x",
"underscore": "x.x.x",
"cheerio": "0.9.x"
},
"devDependencies": {
"mocha": "*",
"expect.js" : "*"
},
"scripts": {
"test": "make test"
},
"bin": "./bin/svg-cleaner",
"bugs": "http://github.com/preciousforever/SVG-Cleaner/issues"
}