UNPKG

1.15 kBJSONView Raw
1{
2 "name": "gulp-svg2ttf",
3 "description": "Create a TTF font from an SVG font",
4 "version": "1.1.0",
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 "bufferstreams": "1.0.1",
32 "gulp-util": "~3.0.5",
33 "readable-stream": "^2.0.0",
34 "svg2ttf": "~2.0.0"
35 },
36 "keywords": [
37 "gulpplugin",
38 "gulp",
39 "gulp-plugin",
40 "font",
41 "svg",
42 "ttf",
43 "converter"
44 ],
45 "devDependencies": {
46 "coveralls": "~2.11.2",
47 "gulp": "~3.9.0",
48 "istanbul": "~0.3.15",
49 "mocha": "~2.2.5",
50 "mocha-lcov-reporter": "0.0.2",
51 "streamtest": "^1.2.1"
52 }
53}