{ "name": "jambalaya", "version": "1.3.0", "description": "Configuration based IoC container for node.js.", "main": "index.js", "scripts": { "test": "mocha tests" }, "keywords": [ "ioc", "di", "dependency", "injection", "inversion", "control", "json" ], "repository": { "type": "git", "url": "https://github.com/diosmosis/jambalaya.git" }, "author": "diosmosis", "license": "ISC", "devDependencies": { "mocha": "~2.1", "chai": "~1.10" } }