-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 833 Bytes
/
package.json
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
{
"name": "hackaton",
"version": "1.0.0",
"description": "Un cliente en node para el api de idealista usando SuperAgent",
"main": "src/index.js",
"scripts": {
"main": "node src/index.js --locationId=0-EU-ES-28-07 --propertyType=homes --operation=sale",
"benchmark": "node src/index.js --mode=benchmark",
"test": "mocha --reporter spec",
"watch": "mocha --reporter min --watch --recursive test/"
},
"keywords": [
"api",
"idealista",
"hackaton"
],
"author": "greboreda, gbrachi",
"dependencies": {
"chai": "^2.0.0",
"console.table": "^0.7.0",
"mocha": "^2.0.1",
"sinon": "^1.12.1",
"sinon-chai": "^2.7.0",
"superagent": "^3.7.0",
"superagent-throttle": "^0.2.5",
"yargs": "^5.0.0"
},
"license": "ISC",
"APIKEY": "cwzh97byqgqb8iyo2s3cme2u3glnyfaq"
}