Commit f67b1b418d59ad12ea13be6abc0024fd308ad13f

Authored by Marcelo Aiello
1 parent a7d28dfb6d
Exists in master

agregamos espacios en blanco

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 { 1 {
2 "name": "backoffice", 2 "name": "backoffice",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "Paquetes de migraciones", 4 "description": "Paquetes de migraciones",
5 "main": "knexfile.js", 5 "main": "knexfile.js",
6 "dependencies": { 6 "dependencies": {
7 "bluebird": "^3.5.5", 7 "bluebird": "^3.5.5",
8 "knex": "^0.18.3", 8 "knex": "^0.18.3",
9 "md5": "^2.2.1", 9 "md5": "^2.2.1",
10 "mssql": "^5.1.0" 10 "mssql": "^5.1.0"
11 }, 11 },
12 "devDependencies": {}, 12 "devDependencies": {},
13 "scripts": { 13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1", 14 "test": "echo \"Error: no test specified\" && exit 1",
15 "init": "npm install -g knex && npm install && knex init" 15 "init": "npm install -g knex && npm install && knex init"
16 }, 16 },
17 "repository": { 17 "repository": {
18 "type": "git", 18 "type": "git",
19 "url": "http://git.focasoftware.com/deploy/backoffice.git" 19 "url": "http://git.focasoftware.com/deploy/backoffice.git"
20 }, 20 },
21 "author": "Foca Software", 21 "author": "Foca Software",
22 "license": "ISC" 22 "license": "ISC"
23 }
23 }