{
    "name": "am-factory",
    "version": "0.2.1",
    "description": "Provides a unique registry engine for singletons",
    "main": "index.js",
    "scripts": {
        "test": "NODE_ENV=testing node node_modules/am-tools/scripts/test.js --no-cache"
    },
    "keywords": [
        "node",
        "web",
        "registry",
        "singletons"
    ],
    "repository": {
        "type": "git",
        "url": "git@github.com:Wolfchamane/am-factory.git"
    },
    "author": "Arturo Martínez <arturo.martinez@wolfchamane.com>",
    "license": "MIT",
    "dependencies": {
        "am-tools": "^0.1.0"
    }
}
