@lcf.vs/abstract
Version:
A simple base abstract class, in JavaScript, to extend with immutables & type forcing
26 lines (25 loc) • 682 B
JSON
{
"name": "@lcf.vs/abstract",
"version": "2.0.4",
"description": "A simple base abstract class, in JavaScript, to extend with immutables & type forcing",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "abstract.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lcfvs/abstract.git"
},
"keywords": [
"abstract class",
"JavaScript",
"immutables",
"type forcing"
],
"author": "lcf.vs <michael.rouges@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lcfvs/abstract/issues"
},
"homepage": "https://github.com/Lcfvs/abstract#readme"
}