forked from Daan-/broccoli-svg-optimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "broccoli-svg-optimizer",
"version": "1.0.2",
"description": "Broccoli plugin for optimizing SVG files with SVGO",
"scripts": {
"test": "mocha test/ --timeout 8000"
},
"main": "index.js",
"author": "Ivan Votti",
"license": "MIT",
"homepage": "https://github.com/ivanvotti/broccoli-svg-optimizer",
"repository": {
"type": "git",
"url": "https://github.com/ivanvotti/broccoli-svg-optimizer.git"
},
"bugs": {
"url": "https://github.com/ivanvotti/broccoli-svg-optimizer/issues"
},
"keywords": [
"broccoli",
"broccoli-plugin",
"svgo"
],
"dependencies": {
"broccoli-persistent-filter": "^1.2.0",
"json-stable-stringify": "^1.0.1",
"rsvp": "^3.2.1",
"svgo": "^0.6.6"
},
"devDependencies": {
"broccoli": "^0.16.9",
"broccoli-fixture": "^0.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
"mocha": "^2.5.1",
"mocha-eslint": "^2.0.2"
}
}