-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.09 KB
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
47
48
{
"name": "iconlist",
"version": "1.1.6",
"main": "src/index.js",
"description": "Create optimized spritesheets and viewBox map json from a list of svg icons",
"keywords": [
"icon list",
"svg",
"spritesheet",
"spritesheets",
"sprite sheet",
"sprite sheets",
"icon",
"icons",
"optimize",
"optimise",
"minify",
"viewbox"
],
"repository": {
"type": "git",
"url": "git+https://github.com/davidstraka2/iconlist.git"
},
"author": "David Straka <davidstraka.public@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidstraka2/iconlist/issues"
},
"homepage": "https://github.com/davidstraka2/iconlist",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^9.0.0",
"svgo": "^1.3.2",
"svgstore": "^3.0.0-2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"npm-run-all": "^4.1.5"
},
"scripts": {
"lint": "npm-run-all lint:*",
"lint:examples": "cd examples && npm i && npm run lint",
"lint:this": "eslint .",
"test": "mocha"
}
}