-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
29 lines (29 loc) · 838 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
{
"name": "favico-generator",
"version": "2.0.0",
"description": "Simple command line tool that generate favicons from image files.",
"main": "index.js",
"dependencies": {
"imagemagick": "^0.1.3",
"request": "^2.88.0",
"user": "^0.0.0",
"yargs": "^10.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"bin": {
"favico-generator": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Youngestdev/favico-generator.git"
},
"author": "Abdulazeez Abdulazeez Adeshina <[email protected]> (http://twitter.com/kvng_zeez)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Youngestdev/favico-generator/issues"
},
"homepage": "https://github.com/Youngestdev/favico-generator#readme"
}