UNPKG

inversify-binding-decorators

Version:

An utility that allows developers to declare InversifyJS bindings using ES2016 decorators

47 lines (46 loc) 1.34 kB
{ "name": "inversify-binding-decorators", "version": "4.0.0", "description": "An utility that allows developers to declare InversifyJS bindings using ES2016 decorators", "main": "lib/index.js", "jsnext:main": "es/index.js", "typings": "./dts/index.d.ts", "scripts": { "test": "gulp", "prepublish": "publish-please guard", "publish-please": "publish-please" }, "repository": { "type": "git", "url": "git+https://github.com/inversify/inversify-binding-decorators.git" }, "keywords": [ "InversifyJS" ], "author": "Remo H. Jansen <remo.jansen@wolksoftware.com> (http://www.remojansen.com)", "license": "MIT", "bugs": { "url": "https://github.com/inversify/inversify-binding-decorators/issues" }, "homepage": "https://github.com/inversify/inversify-binding-decorators#readme", "dependencies": {}, "devDependencies": { "@types/chai": "4.1.2", "@types/mocha": "5.1.0", "@types/sinon": "4.3.1", "chai": "4.1.2", "gulp": "3.9.1", "gulp-istanbul": "1.1.3", "gulp-mocha": "5.0.0", "gulp-tslint": "8.1.3", "gulp-typescript": "4.0.2", "inversify": "4.13.0", "mocha": "5.1.1", "publish-please": "2.4.0", "reflect-metadata": "0.1.12", "run-sequence": "2.2.1", "sinon": "5.0.0", "tslint": "5.9.1", "typescript": "2.6.2" } }