forked from ferdinandtorggler/remove-svg-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 KB
/
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
{
"name": "remove-svg-properties",
"version": "0.3.3",
"description": "Remove attributes and styles from SVGs",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"cheerio": "^0.19.0",
"colors": "^1.1.0",
"css": "^2.2.0",
"graceful-fs": "^3.0.6",
"juice": "^1.0.0",
"lodash": "^3.5.0",
"mkdirp": "^0.5.0",
"path": "^0.11.14",
"stream-consume": "^0.1.0",
"through2": "^0.6.3",
"vinyl-fs": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ferdinandtorggler/remove-svg-properties.git"
},
"keywords": [
"svg",
"colors",
"attributes",
"namespace",
"gruntplugin"
],
"author": "Ferdinand Torggler",
"license": "MIT",
"bugs": {
"url": "https://github.com/ferdinandtorggler/remove-svg-properties/issues"
},
"homepage": "https://github.com/ferdinandtorggler/remove-svg-properties"
}