-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 999 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
{
"name": "svgpack",
"version": "3.1.1",
"homepage": "https://github.com/blivesta/svgpack",
"description": "A tool for generating and managing SVG Sprites.",
"main": "index.js",
"bin": {
"svgpack": "bin/cli.js"
},
"scripts": {
"develop": "mocha -w -R spec",
"lint": "standard",
"start": "npm run lint && npm run develop",
"test": "npm run lint && mocha -R spec"
},
"dependencies": {
"datauri": "^1.0.4",
"glob": "^7.0.3",
"html-to-json": "^0.6.0",
"lodash": "^4.9.0",
"minimist": "^1.1.2",
"mkdirp": "^0.5.1",
"object-assign": "^4.0.1",
"svgo": "^0.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"mocha": "^3.0.2",
"postcss": "^5.0.19",
"rimraf": "^2.5.2",
"standard": "^10.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:blivesta/svgpack.git"
},
"author": {
"name": "blivesta",
"url": "http://www.blivesta.com/"
},
"license": "MIT"
}