forked from hmaxsoftware/sdk-reservas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 763 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
31
{
"name": "@hmaxsoftware/sdk-reservas",
"version": "1.0.4",
"description": "Biblioteca de comunicação com API de reserva online da HMAX",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmaxsoftware/sdk-reservas.git"
},
"keywords": [
"hmax"
],
"author": "HMAX Automação <desenvolvimento@hmax.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmaxsoftware/sdk-reservas/issues"
},
"homepage": "https://github.com/hmaxsoftware/sdk-reservas#readme",
"devDependencies": {
"codecov": "^3.1.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"directories": {
"test": "test"
},
"dependencies": {}
}