UNPKG

dict-sd2json

Version:

stardict to json converter for diglossa.js

32 lines (31 loc) 778 B
{ "version": "0.9.1", "name": "dict-sd2json", "description": "stardict to json converter for diglossa.js", "Author": "Michael Bykov <m.bykov@gmail.com>", "copyright": "© 2019, Michael Bykov", "license": "GPL-3.0", "homepage": "http://diglossa.org", "main": "dist/index.js", "keywords": [ "diglossa", "stardict" ], "scripts": { "build": "babel src -d dist", "start": "npm run build && node dist/example" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.3.1", "@babel/runtime": "^7.8.4" }, "dependencies": { "fs-extra": "^8.1.0", "lodash": "4.17.20", "pako": "^1.0.10", "sanitize-html": "^1.20.1" } }