-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 923 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
{
"name": "extraccionDatos",
"version": "1.0.0",
"description": "Permite extraer los datos desde diferentes repositorios",
"main": "testSips.js",
"dependencies": {
"jsdoc": "^3.4.0",
"mongodb": "^3.0.1",
"mssql": "^4.1.0",
"mysql": "^2.15.0",
"request": "^2.78.0",
"typescript": "^2.6.2",
"xml2json": "^0.10.0"
},
"devDependencies": {
"@types/es6-promise": "0.0.33",
"@types/node": "^6.0.96"
},
"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"
}