UNPKG

1.35 kBJSONView Raw
1{
2 "name": "fur",
3 "version": "7.0.7",
4 "description": "Quick generator for banner, favicon, etc...",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js",
8 "prepare": "./ci/build.js"
9 },
10 "bin": {
11 "fur": "bin/fur"
12 },
13 "repository": "fur-labo/fur",
14 "author": {
15 "name": "Taka Okunishi",
16 "url": "http://okunishitaka.com"
17 },
18 "keywords": [
19 "logo",
20 "banner",
21 "favicon",
22 "genertor"
23 ],
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/fur-labo/fur/issues"
27 },
28 "homepage": "https://github.com/fur-labo/fur#readme",
29 "dependencies": {
30 "argx": "^4.0.0",
31 "commander": "^2.19.0",
32 "filecopy": "^4.0.1",
33 "filedel": "^4.0.2",
34 "fur-colors": "^2.0.5",
35 "fur-fonts": "^2.1.4",
36 "fur-logger": "^2.0.3",
37 "fur-shapes": "^2.1.2",
38 "randomval": "^2.0.5",
39 "stringcase": "^4.3.1",
40 "svgpng": "^4.0.0",
41 "writeout": "^2.2.4",
42 "writexml": "^3.0.0"
43 },
44 "devDependencies": {
45 "amocha": "^6.0.0",
46 "ape-deploying": "^5.0.5",
47 "ape-releasing": "^5.0.0",
48 "ape-tasking": "^4.0.8",
49 "ape-tmpl": "^6.0.14",
50 "ape-updating": "^5.0.1",
51 "apiguide": "^3.0.2",
52 "coz": "^7.0.19",
53 "execcli": "^5.0.2",
54 "fur-examples": "^1.1.9",
55 "glob": "^7.1.3",
56 "mkdirp": "^0.5.1"
57 },
58 "engines": {
59 "node": ">=10",
60 "npm": ">=5"
61 }
62}
\No newline at end of file