UNPKG

1.07 kBJSONView Raw
1{
2 "name": "gulp-svg2ttf",
3 "description": "Create a TTF font from an SVG font",
4 "version": "0.0.7",
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.15",
33 "bufferstreams": "0.0.2",
34 "readable-stream": "^1.0.27-1"
35 },
36 "keywords": [
37 "gulpplugin",
38 "gulp",
39 "gulp-plugin",
40 "font",
41 "svg",
42 "ttf",
43 "converter"
44 ],
45 "devDependencies": {
46 "gulp": "~3.7.0",
47 "mocha": "~1.20.0",
48 "event-stream": "~3.1.5"
49 }
50}