bali-component-framework
Version:
This library provides a JavaScript based implementation of the Bali Nebula™ Component Framework.
43 lines (42 loc) • 1.17 kB
JSON
{
"name": "bali-component-framework",
"version": "2.86.0",
"description": "This library provides a JavaScript based implementation of the Bali Nebula™ Component Framework.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/craterdog-bali/js-bali-component-framework.git"
},
"keywords": [
"JavaScript",
"NodeJS",
"Bali Nebula",
"Component Framework",
"Bali Document Notation",
"Primitive Types",
"Collection Classes",
"Document Parser",
"Component Formatter"
],
"author": "Derk Norton",
"company": "Crater Dog Technologies™",
"email": "craterdog@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/craterdog-bali/js-bali-component-framework/issues"
},
"homepage": "https://github.com/craterdog-bali/js-bali-component-framework#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"webpack": "^5.72.1",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-eslint": "^24.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-webpack": "^5.0.0"
},
"dependencies": {
"antlr4": "4.8.0"
}
}