@fontoxml/fontoxml-development-tools
Version:
Development tools for FontoXML.
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "@fontoxml/fontoxml-development-tools",
"description": "Development tools for FontoXML.",
"version": "1.1.0",
"author": "The FontoXML Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FontoXML/fontoxml-development-tools.git"
},
"keywords": [
"fontoxml"
],
"main": "index.js",
"bin": {
"fdt": "./bin/development-tools.js",
"fontoxml-development-tools": "./bin/development-tools.js"
},
"engines": {
"node": ">=6.0.0"
},
"preferGlobal": true,
"scripts": {
"start": "node ./bin/development-tools",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
"@fontoxml/fontoxml-development-tools-module-core": "^1.1.0",
"@fontoxml/fontoxml-development-tools-module-localization": "^1.0.0",
"@fontoxml/fontoxml-development-tools-module-operations": "^1.1.0",
"@fontoxml/fontoxml-development-tools-module-schema": "^1.1.0",
"compare-versions": "^3.0.1",
"fotno": "^4.1.5",
"request": "^2.81.0",
"strip-ansi": "^3.0.1"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}