-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 921 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
32
33
34
35
{
"name": "mandarinoriental",
"version": "0.0.0",
"description": "mandarinoriental hotels price fetcher",
"main": "index.js",
"scripts": {
"test": "DEBUG=mandarinoriental,mandarinoriental:* node_modules/.bin/mocha tests/search.js",
"dev": "DEBUG=mandarinoriental,mandarinoriental:*,sdk,sdk:* node example/example.js",
"example": "npm run dev"
},
"repository": {
"type": "git",
"url": "https://github.com/sayoou/mandarinoriental.git"
},
"keywords": [
"spg",
"mandarinoriental"
],
"author": "turing <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sayoou/mandarinoriental/issues"
},
"homepage": "https://github.com/sayoou/mandarinoriental",
"dependencies": {
"cheerio": "^0.18.0",
"debug": "^2.1.0",
"sdk": "0.2.1",
"trim": "0.0.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.4.1"
}
}