service-locator
Version:
service-locator helps keep your system decoupled by providing a central location where your application information can be found by other parts of you application.
26 lines • 798 B
JSON
{
"name": "service-locator",
"description": "service-locator helps keep your system decoupled by providing a central location where your application information can be found by other parts of you application.",
"version": "1.0.0",
"author": "Paul Serby <paul.serby@clock.co.uk>",
"contributors": [
{ "name": "Paul Serby", "email": "paul.serby@clock.co.uk" }
],
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"dependencies": {
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": ["service locator", "registry", "decouple"],
"repository": "git://github.com/serby/service-locator",
"main": "service-locator",
"scripts": {
"test": "node_modules/.bin/mocha -r should -R spec",
"prepublish" : "npm prune"
},
"engines": { "node": ">= 0.4.6" }
}