fluoro
Version:
A Meta-Framework
36 lines • 737 B
JSON
{
"name": "fluoro",
"version": "1.1.2",
"description": "A Meta-Framework",
"main": "dist/index.js",
"license": "BAN-ZHINESE-USING",
"author": "Hotaru <biyuehuya@gmail.com>",
"keywords": [
"meta-framework",
"framework",
"meta",
"meta-programming",
"aspect-oriented-programming",
"dependency-injection",
"inversion-of-control"
],
"files": [
"dist",
"LICENSE",
"README.md"
],
"bugs": {
"url": "https://github.com/biyuehu/fluoro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biyuehu/fluoro.git"
},
"homepage": "https://kotori.js.org",
"dependencies": {
"reflect-metadata": "^0.2.2"
},
"scripts": {
"build": "tsc"
}
}