-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 805 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 805 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
{
"name": "ihg",
"version": "0.0.1",
"description": "a IHG hotels price fetcher",
"main": "index.js",
"scripts": {
"test": "DEBUG=ihg,ihg:* node_modules/.bin/mocha tests/search.js",
"dev": "DEBUG=ihg,ihg:*,sdk,sdk:* node example/example.js",
"example": "npm run dev"
},
"repository": {
"type": "git",
"url": "https://github.com/StayExpert/ihg.git"
},
"keywords": [
"spg",
"ihg"
],
"author": "turing <o.u.turing@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StayExpert/ihg/issues"
},
"homepage": "https://github.com/StayExpert/ihg",
"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"
}
}