@vue-ioc/core
Version:
IoC and DI for Vue powered by InversifyJS and inspired by Angular @Module syntactic sugar.
64 lines (63 loc) • 1.6 kB
JSON
{
"name": "@vue-ioc/core",
"version": "0.2.3",
"description": "IoC and DI for Vue powered by InversifyJS and inspired by Angular @Module syntactic sugar.",
"main": "dist/vue-ioc-core.js",
"typings": "dist/index.d.ts",
"scripts": {
"ci": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"tslint:fix": "tslint --project ./tsconfig.json --fix",
"build": "webpack --config webpack.config.js -p"
},
"author": "Piotr Gejgalis",
"license": "MIT",
"bugs": {
"url": "https://github.com/vue-ioc/vue-ioc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/vue-ioc/vue-ioc.git"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"vue",
"ioc",
"di",
"container",
"module",
"dependency injection",
"inversion of control"
],
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^5.2.7",
"awesome-typescript-loader": "^5.2.1",
"inversify": "^5.0.1",
"jsdom": "^13.2.0",
"mocha": "^5.2.0",
"reflect-metadata": "^0.1.13",
"source-map-loader": "^0.2.4",
"ts-node": "^3.3.0",
"tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.9.7",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"inversify": ">=4.5.0",
"reflect-metadata": ">=0.1.12",
"vue": "^2.5.0",
"vue-class-component": ">=6.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "985865dd847baf175e4ecb5f6bdb636c891240ca"
}