forked from TomThorpe/NodeiPhoneStockChecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 826 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
{
"name": "iphone-stock-checker",
"version": "1.0.0",
"description": "Polls the apple in-store reservations checker for iphone stock",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TomThorpe/NodeiPhoneStockChecker.git"
},
"keywords": [
"apple",
"iphone",
"stock",
"instore",
"in-store"
],
"author": "Tom Thorpe",
"license": "ISC",
"bugs": {
"url": "https://github.com/TomThorpe/NodeiPhoneStockChecker/issues"
},
"homepage": "https://github.com/TomThorpe/NodeiPhoneStockChecker#readme",
"dependencies": {
"bluebird": "^3.4.6",
"node-cache": "^3.2.1",
"request": "^2.74.0",
"request-promise": "^4.1.1"
}
}