Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
touchto-database / package.json
Size: Mime:
{
    "author": "Touch To Team",
    "dependencies": {
        "coffee-script": "^1.10.0",
        "config": "^1.16.0",
        "mongoose": "^4.2.2"
    },
    "description": "Touch To Database Connection layer",
    "homepage": "https://bitbucket.org/touchto/touchto-database#readme",
    "keywords": [
        "database"
    ],
    "license": "Unlicense",
    "main": "index.js",
    "name": "touchto-database",
    "repository": {
        "type": "git",
        "url": "git+ssh://git@bitbucket.org/touchto/touchto-database.git"
    },
    "scripts": {
        "test": "mocha"
    },
    "version": "1.0.1"
}