UNPKG

1.03 kBJSONView Raw
1{
2 "name": "gulp-svg2ttf",
3 "description": "Create a TTF font from an SVG font",
4 "version": "0.0.4",
5 "homepage": "https://github.com/nfroidure/gulp-svg2ttf",
6 "author": {
7 "name": "Nicolas Froidure",
8 "url": "http://www.insertafter.com/blog.html"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/nfroidure/gulp-svg2ttf.git"
13 },
14 "bugs": {
15 "url": "https://github.com/nfroidure/gulp-svg2ttf/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/nfroidure/gulp-svg2ttf/blob/master/LICENSE"
21 }
22 ],
23 "main": "src/index.js",
24 "engines": {
25 "node": ">= 0.10.0"
26 },
27 "scripts": {
28 "test": "mocha tests/*.mocha.js"
29 },
30 "dependencies": {
31 "svg2ttf": "~1.1.2",
32 "gulp-util": "~2.2.5",
33 "bufferstreams": "0.0.1"
34 },
35 "keywords": [
36 "gulpplugin",
37 "gulp",
38 "gulp-plugin",
39 "font",
40 "svg",
41 "ttf",
42 "converter"
43 ],
44 "devDependencies": {
45 "gulp": "~3.2.2",
46 "mocha": "~1.16.2",
47 "event-stream": "~3.0.20"
48 }
49}