UNPKG

1.68 kBJSONView Raw
1{
2 "name": "fur",
3 "version": "3.0.8",
4 "description": "Quick generator for banner, favicon, etc...",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "test": "./ci/test.js",
9 "cover": "./ci/cover.js",
10 "report": "./ci/report.js"
11 },
12 "bin": {
13 "fur": "bin/fur"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/okunishinishi/node-fur.git"
18 },
19 "author": {
20 "name": "Taka Okunishi",
21 "url": "http://okunishitaka.com"
22 },
23 "keywords": [
24 "logo",
25 "banner",
26 "favicon",
27 "genertor"
28 ],
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/okunishinishi/node-fur/issues"
32 },
33 "homepage": "https://github.com/okunishinishi/node-fur#readme",
34 "devDependencies": {
35 "ape-covering": "^1.0.8",
36 "ape-deploying": "^1.0.8",
37 "ape-releasing": "^1.0.16",
38 "ape-reporting": "^1.0.9",
39 "ape-tasking": "^1.0.8",
40 "ape-testing": "^1.3.2",
41 "ape-tmpl": "^1.3.13",
42 "ape-updating": "^1.1.1",
43 "apiguide": "^1.0.10",
44 "coz": "^3.1.5",
45 "coz-examples": "^1.0.3",
46 "coz-tmpl": "^1.1.0",
47 "execcli": "^2.3.0",
48 "fur-examples": "^1.1.1",
49 "glob": "^5.0.15",
50 "mkdirp": "^0.5.1"
51 },
52 "dependencies": {
53 "argx": "^1.3.1",
54 "async": "^1.4.2",
55 "commander": "^2.9.0",
56 "execcli": "^2.3.0",
57 "extend": "^3.0.0",
58 "filecopy": "^1.0.8",
59 "filedel": "^1.0.1",
60 "fur-colors": "^1.1.0",
61 "fur-fonts": "^1.0.3",
62 "fur-logger": "^1.0.0",
63 "fur-shapes": "^1.0.6",
64 "randomval": "^1.0.4",
65 "stringcase": "^1.2.5",
66 "svgpng": "^1.1.3",
67 "writeout": "^1.2.1",
68 "writexml": "^1.1.0"
69 },
70 "engines": {
71 "node": ">=0.10.3"
72 }
73}
\No newline at end of file