ts.di
Version:
Typescript写的依赖注入库。An dependency-injection library for TypeScript.
34 lines (33 loc) • 823 B
JSON
{
"name": "ts.di",
"version": "0.3.9",
"description": "Typescript写的依赖注入库。An dependency-injection library for TypeScript.",
"scripts": {
"build": "node_modules\\.bin\\tsc",
"test": "npm run build && npm run test:node",
"test:node": "node_modules\\.bin\\mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/Happyxx/TypescriptDependencyInjection.git"
},
"keywords": [
"ts",
"TypeScript",
"Dependency-Injection",
"DI",
"依赖注入"
],
"author": "HappyXiaox",
"license": "MIT",
"dependencies": {
"reflect-metadata": "^0.1.9"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"mocha-typescript": "^1.0.15",
"typescript": "^2.2.0-dev.20170113"
}
}