{ "name": "fontkit", "version": "1.7.7", "description": "An advanced font engine for Node and the browser", "keywords": [ "opentype", "font", "typography", "subset", "emoji", "glyph", "layout" ], "scripts": { "test": "mocha", "prepublish": "make", "coverage": "BABEL_ENV=cover nyc mocha" }, "main": "index.js", "jsnext:main": "src/index.js", "files": [ "src", "base.js", "base.js.map", "index.js", "index.js.map", "data.trie", "use.trie", "indic.trie" ], "author": "Devon Govett ", "license": "MIT", "dependencies": { "babel-runtime": "^6.11.6", "brfs": "^1.4.0", "brotli": "^1.2.0", "browserify-optional": "^1.0.0", "clone": "^1.0.1", "deep-equal": "^1.0.0", "dfa": "^1.0.0", "restructure": "^0.5.3", "tiny-inflate": "^1.0.2", "unicode-properties": "^1.0.0", "unicode-trie": "^0.3.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-plugin-istanbul": "^4.1.3", "babel-plugin-transform-class-properties": "^6.16.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.12.0", "babel-preset-es2015": "^6.14.0", "babel-register": "^6.14.0", "codepoints": "^1.2.0", "concat-stream": "^1.4.6", "esdoc": "^0.4.8", "esdoc-es7-plugin": "0.0.3", "iconv-lite": "^0.4.13", "mocha": "^2.0.1", "nyc": "^10.3.2", "rollup": "^0.34.10", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-json": "^2.0.2", "rollup-plugin-local-resolve": "^1.0.7" }, "browserify": { "transform": [ "brfs", "browserify-optional" ] } }