UNPKG

venom

Version:

Simple way to add DI to your javascript projects

46 lines (45 loc) 1.19 kB
{ "name": "venom", "description": "Simple way to add DI to your javascript projects", "version": "0.1.0", "homepage": "https://github.com/dgaubert/venom.git", "author": "Daniel García Aubert <danielgarciaaubert@gmail.com> (https://github.com/dgaubert)", "contributors": [ "Daniel García Aubert <danielgarciaaubert@gmail.com> (https://github.com/dgaubert)" ], "license": { "type": "MIT", "url": "https://github.com/dgaubert/venom/blob/master/LICENSE" }, "keywords": [ "venom", "dependency injection", "DI", "node", "browser" ], "main": "./lib/venom", "dependencies": {}, "devDependencies": { "mocha": ">=1.13.0", "should": ">=1.3.0", "sinon": ">=1.7.3", "grunt": "~0.4.2", "grunt-contrib-jshint": "~0.7.2", "grunt-mocha-test": "~0.2.2", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3" }, "bugs": { "mail": "danielgarciaaubert@gmail.com", "url": "https://github.com/dgaubert/venom/issues" }, "repository": { "type": "git", "url": "git://github.com/dgaubert/venom.git" }, "scripts": { "test": "grunt test" } }