package.json 614 Bytes
{
    "name": "backoffice",
    "version": "1.0.0",
    "description": "Paquetes de migraciones",
    "main": "knexfile.js",
    "dependencies": {
        "bluebird": "^3.5.5",
        "knex": "^0.18.3",
        "md5": "^2.2.1",
        "mssql": "^5.1.0"
    },
    "devDependencies": {},
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "init": "npm install -g knex &&  npm install && knex init"
    },
    "repository": {
        "type": "git",
        "url": "http://git.focasoftware.com/deploy/backoffice.git"
    },
    "author": "Foca Software",
    "license": "ISC"
}