UNPKG

krispy

Version:

Basic synchronous dependency injector

40 lines (39 loc) 943 B
{ "name": "krispy", "version": "2.0.0", "description": "Basic synchronous dependency injector", "main": "dist/index.js", "scripts": { "test": "mocha dist/test/injector.test.js", "prepare": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/arcticzeroo/krispy.git" }, "keywords": [ "dependency", "injection", "injector", "dependency injection", "dependency injector", "syringe", "typescript" ], "author": "spencer@frozor.io", "license": "ISC", "bugs": { "url": "https://github.com/arcticzeroo/krispy/issues" }, "homepage": "https://github.com/arcticzeroo/krispy#readme", "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "@types/node": "^10.12.18", "chai": "^4.2.0", "mocha": "^5.2.0", "nyc": "^13.1.0", "typescript": "^3.2.2" }, "dependencies": {} }