forked from RedTICS/extraccionDatos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 977 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "extraccionDatos",
"version": "1.0.0",
"description": "Permite extraer los datos desde diferentes repositorios",
"main": "testSips.js",
"dependencies": {
"jsdoc": "^3.4.0",
"jsonfile": "^2.4.0",
"mongodb": "^2.2.11",
"mssql": "^3.3.0",
"request": "^2.78.0",
"typescript": "^2.0.6",
"typings": "^1.5.0",
"xml2json": "^0.10.0",
"xmljson": "^0.2.0"
},
"devDependencies": {
"@types/node": "^6.0.46"
},
"scripts": {
"node": "node ./testSips.js",
"postinstall": "typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"author": "Subsecretaría de Salud de Neuquen",
"license": "GNU",
"repository": {
"type": "git",
"url": "git+https://github.com/andes/extraccionDatos.git"
},
"bugs": {
"url": "https://github.com/andes/extraccionDatos/issues"
},
"homepage": "https://github.com/andes/extraccionDatos#readme"
}