build4code
Version:
The repository supports the NPM build process based on UML models created and managed with the JSONEditor4Code. A JSON file defines the attributes and methods of a class and a JSON editor running in a browser allows the generation of Javascript code. In t
45 lines (44 loc) • 1.33 kB
JSON
{
"name": "build4code",
"version": "0.3.34",
"description": "The repository supports the NPM build process based on UML models created and managed with the JSONEditor4Code. A JSON file defines the attributes and methods of a class and a JSON editor running in a browser allows the generation of Javascript code. In turn any alteration of the code in the folder src/ of the main Javascript code will update the UML model in the folder jscc/.",
"main": "src/main.js",
"scripts": {
"build": "doctoc ./README.md",
"test": "node src/main.js;"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/code-generation/build4code.git"
},
"js2uml": {
"default": "",
"filename": "jscc/codegen_uml.json",
"is_constructor": false
},
"keywords": [
"Build",
"Support",
"NPM",
"README.md-generator",
"index.html-generator",
"css-generator",
"lib-generator",
"uml-generator",
"terser"
],
"author": "Engelbert Niehaus",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/code-generation/build4code/issues"
},
"homepage": "https://gitlab.com/code-generation/build4code#readme",
"dependencies": {
"concat-files": "^0.1.1",
"shelljs": "^0.8.3",
"wget": "0.0.1"
},
"devDependencies": {
"concat": "^1.0.3"
}
}