UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@fontoxml/fontoxml-development-tools",
3 "description": "Development tools for FontoXML.",
4 "version": "2.1.0",
5 "author": "The FontoXML Team",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/FontoXML/fontoxml-development-tools.git"
10 },
11 "keywords": [
12 "fdt",
13 "fontoxml"
14 ],
15 "main": "index.js",
16 "bin": {
17 "fdt": "./bin/development-tools.js",
18 "fontoxml-development-tools": "./bin/development-tools.js"
19 },
20 "engines": {
21 "node": ">=8.11.0"
22 },
23 "preferGlobal": true,
24 "scripts": {
25 "start": "node ./bin/development-tools",
26 "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha"
27 },
28 "dependencies": {
29 "@fontoxml/fontoxml-development-tools-module-connectors": "^4.0.0",
30 "@fontoxml/fontoxml-development-tools-module-editor": "^2.0.0",
31 "@fontoxml/fontoxml-development-tools-module-fcq": "^3.0.0",
32 "@fontoxml/fontoxml-development-tools-module-localization": "^4.0.0",
33 "@fontoxml/fontoxml-development-tools-module-operations": "^3.0.0",
34 "@fontoxml/fontoxml-development-tools-module-schema": "^3.0.0",
35 "compare-versions": "^3.2.1",
36 "fotno": "^4.3.1",
37 "strip-ansi": "^4.0.0"
38 },
39 "devDependencies": {
40 "istanbul": "^0.4.5",
41 "mocha": "^5.2.0",
42 "multer": "^1.4.0",
43 "tmp": "0.0.33"
44 }
45}