fidoedit
Version:
FidoEdit: FGHI-compatible Fidonet editor.
36 lines • 876 B
JSON
{
"name": "fidoedit",
"bin": "./fidoedit.js",
"version": "0.0.2",
"description": "FidoEdit: FGHI-compatible Fidonet editor.",
"keywords": ["Fidonet", "FTN", "edit", "editor"],
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mithgol/fidoedit.git"
},
"dependencies": {
"async": "~2.1.4",
"autosize": "~3.0.20",
"fidohtml": "1.3.3",
"fiunis": "~2.1.4",
"font-awesome": "~4.7.0",
"iconv-lite": "~0.4.15",
"jquery": "~3.1.1",
"jquery.scrollto": "~2.1.2",
"lodash.escape": "~4.0.1",
"nw": "0.21.0-rc1sdk",
"simteconf": "~0.7.0"
},
"scripts": {
"test": "jshint --verbose fidoedit.js fe-core.js"
},
"main": "index.html",
"window": {
"width": 600,
"height": 400,
"position": "center",
"title": "Starting FidoEdit..."
}
}