inversify-inject-decorators
Version:
Lazy evaluated property injection decorators for InversifyJS
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "inversify-inject-decorators",
"version": "3.1.0",
"description": "Lazy evaluated property injection decorators for InversifyJS",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"typings": "./dts/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inversify/inversify-inject-decorators.git"
},
"keywords": [
"inject",
"lazy",
"property",
"decorator",
"inversify",
"dependency",
"injection"
],
"author": "Remo H. Jansen <remo.jansen@wolksoftware.com> (http://www.remojansen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/inversify-inject-decorators/issues"
},
"homepage": "https://github.com/inversify/inversify-inject-decorators#readme",
"devDependencies": {
"@types/chai": "4.1.0",
"@types/mocha": "2.2.46",
"@types/sinon": "4.1.2",
"chai": "4.1.2",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "5.0.0",
"gulp-tslint": "8.1.2",
"gulp-typescript": "3.2.3",
"inversify": "4.9.0",
"mocha": "4.1.0",
"publish-please": "2.3.1",
"reflect-metadata": "0.1.10",
"run-sequence": "2.2.1",
"tslint": "5.8.0",
"typescript": "2.6.2",
"ts-node": "4.1.0"
}
}