casefu-converter
Version:
CaseFu.com Converter from CaseFu-enhanced Markdown to HTML.
58 lines (57 loc) • 1.58 kB
JSON
{
"name": "casefu-converter",
"version": "1.0.2",
"description": "CaseFu.com Converter from CaseFu-enhanced Markdown to HTML.",
"main": "src/index",
"scripts": {
"standard": "standard --fix",
"test:template": "node test/convert/run.js",
"test:it": "node test/it-web-try/run.js",
"test:unit": "jest",
"test": "npm run test:template && npm run test:it && npm run test:unit",
"build": "rimraf lib && webpack --optimize-minimize ./src/index.js -o lib/casefu.js && cpy lib/casefu.js ../casefu-web/src/assets/js/"
},
"repository": {
"type": "git",
"url": "https://github.com/ivos/casefu-converter.git"
},
"author": "Ivo Maixner <ivo.maixner@gmail.com> (https://www.lastware.cz)",
"license": "Apache-2.0",
"homepage": "https://casefu.com/",
"dependencies": {
"camel-case": "3.0.0",
"chalk": "2.4.2",
"marked": "0.7.0",
"param-case": "2.1.1",
"pascal-case": "2.0.1",
"plantuml-encoder": "1.4.0"
},
"devDependencies": {
"cpy-cli": "^3.1.0",
"diff": "4.0.2",
"eslint-config-standard": "12.0.0",
"eslint-config-standard-jsx": "6.0.2",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-standard": "4.0.0",
"jest": "24.8.0",
"rimraf": "^3.0.2",
"standard": "12.0.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"keywords": [
"Screen",
"Mockup",
"Prototype",
"Data model",
"Use case",
"Analysis",
"Functional specification",
"Tool"
],
"files": [
"src/**/*",
"lib/**/*"
]
}