{
	"name": "catberry-locator",
	"version": "2.2.1",
	"author": "Denis Rechkunov <denis.rechkunov@gmail.com>",
	"description": "Service Locator for Catberry Framework",
	"homepage": "https://github.com/catberry/catberry-locator",
	"keywords": [
		"catberry",
		"service locator",
		"locator",
		"registry",
		"modules",
		"IoC"
	],
	"bugs": {
		"url": "https://github.com/catberry/catberry-locator/issues",
		"email": "denis.rechkunov@gmail.com"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/catberry/catberry-locator.git"
	},
	"main": "./lib/ServiceLocator.js",
	"devDependencies": {
		"istanbul": "~0.4.5",
		"codecov": "^2.1.0",
		"mocha": "^3.2.0",
		"eslint": "^3.18.0"
	},
	"engines": {
		"node": ">=4"
	},
	"scripts": {
		"test": "make"
	},
	"license": "MIT"
}
