-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 856 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
{
"name": "@geocompy/icosystem-cli",
"version": "0.3.1",
"description": "Command line tool for quickly building icon sets",
"main": "index.js",
"scripts": {
"ico-test": "ico"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geoctrl/icosystem-cli.git"
},
"author": "@geoctrl",
"license": "MIT",
"bin": {
"ico": "./index.js"
},
"bugs": {
"url": "https://github.com/geoctrl/icosystem-cli/issues"
},
"homepage": "https://github.com/geoctrl/icosystem-cli#readme",
"dependencies": {
"cheerio": "^0.22.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"htmlclean": "^3.0.2",
"mdi-svg": "github:Templarian/MaterialDesign-SVG",
"weather-icons": "github:erikflowers/weather-icons"
},
"devDependencies": {
"font-awesome-pro": "github:FortAwesome/Font-Awesome-Pro"
}
}