impeditrepudiandae
Version:
tsioc is AOP, Ioc container, via typescript decorator
39 lines • 1.14 kB
JSON
{
"name": "@ts-ioc/logs",
"version": "2.0.7",
"description": "tsioc is AOP, Ioc container, via typescript decorator",
"main": "./bundles/logs.umd.js",
"typings": "./lib/index.d.ts",
"scripts": {
"postinstall": "npm prune",
"reinstall": "npm cache clean && npm install",
"start": "gulp start",
"test": "gulp start --test",
"debug": "gulp start && node lib/debug.js",
"prepublish": "gulp start --release",
"e2e": "protractor",
"e2e.live": "protractor --elementExplorer"
},
"keywords": ["IoC", "AOP", "dependency", "injection", "framework", "container", "decorator", "autofac", "Inject", "type", "typescript"],
"author": "houjun",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhouhoujun/tsioc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zhouhoujun/tsioc.git"
},
"homepage": "https://github.com/zhouhoujun/tsioc#readme",
"dependencies": {
"reflect-metadata": "^0.1.12"
},
"peerDependencies": {
"@ts-ioc/core": "2.0.7",
"@ts-ioc/aop": "2.0.7"
},
"directories": {
"lib": "lib"
},
"devDependencies": {}
}