Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12 from felipelavinz/publicacion-directorios
Publicación directorios
  • Loading branch information
dalacost committed Dec 5, 2017
2 parents a15cf5a + 3b53d53 commit d93e1b4
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
@@ -0,0 +1,25 @@
{
"name": "knxroot/bdcut-cl",
"description": "Chile: 'Códigos territoriales (Región, Provincia, Comuna)'. bdcut-cl es una colección que contiene los códigos y nombres territoriales chilenos en diferentes formatos para ser implementado fácilmente en Bases de datos o proyectos de desarrollo.",
"type": "library",
"license": "GPL-3.0",
"require": {},
"authors": [
{
"name" : "Danilo Lacoste",
"email": "danilo@lacosox.org"
},
{
"name": "Gustavo Lacoste",
"email": "gustavo@lacosox.org"
},
{
"name": "djuretic",
"homepage": "http://github.com/djuretic"
},
{
"name": "Roberto Bufadel Silva",
"email": "jjzd2w@gmail.com"
}
]
}
27 changes: 27 additions & 0 deletions package.json
@@ -0,0 +1,27 @@
{
"name": "bdcut-cl",
"version": "0.3",
"description": "Chile: 'Códigos territoriales (Región, Provincia, Comuna)'. bdcut-cl es una colección que contiene los códigos y nombres territoriales chilenos en diferentes formatos para ser implementado fácilmente en Bases de datos o proyectos de desarrollo.",
"main": "index.js",
"repository": "https://github.com/knxroot/bdcut-cl.git",
"author": {
"name" : "Danilo Lacoste",
"email": "danilo@lacosox.org"
},
"contributors": [
{
"name": "Gustavo Lacoste",
"email": "gustavo@lacosox.org"
},
{
"name": "djuretic",
"url": "http://github.com/djuretic"
},
{
"name": "Roberto Bufadel Silva",
"email": "jjzd2w@gmail.com"
}
],
"license": "GPL-3.0",
"private": false
}

0 comments on commit d93e1b4

Please sign in to comment.