-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
36
37
38
39
40
{
"name": "node-book-virgin-active-class",
"version": "2.0.0",
"description": "Books a class at Virgin Active and emails you with confirmation",
"main": "index.js",
"scripts": {
"postinstall": "mkdir logs ~/.credentials",
"start": "sh scripts/start.sh",
"test": "sh scripts/test.sh"
},
"keywords": [],
"author": "Nigel Stephen D'Souza",
"homepage": "https://github.com/nigelsdtech/node-book-virgin-active-class",
"license": "ISC",
"repository": {
"type" : "git",
"url" : "https://github.com/nigelsdtech/node-book-virgin-active-class.git"
},
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"config": "^1.29.2",
"dateformat": "^3.0.3",
"email-notification": "github:nigelsdtech/email-notification",
"log4js": "^0.6.37",
"q": "^1.5.1",
"reporter": "github:nigelsdtech/reporter#2.0.0",
"request": "^2.83.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0",
"nock": "^9.1.6",
"rewire": "^3.0.2",
"sinon": "^4.2.2"
}
}