-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 895 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": "untappical",
"version": "1.0.0",
"description": "ICS calendar feed server for Untappd checkins",
"main": "src/index.js",
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js .",
"start": "node src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessety/untappical.git"
},
"author": "Jesse T Youngblood",
"license": "MIT",
"bugs": {
"url": "https://github.com/jessety/untappical/issues"
},
"homepage": "https://github.com/jessety/untappical#readme",
"devDependencies": {
"@jessety/eslint-config": "^1.0.4",
"eslint": "^5.16.0"
},
"dependencies": {
"env-smart": "^1.4.1",
"express": "^4.17.1",
"ical-generator": "^1.8.1",
"simple-express-logs": "^1.2.1",
"simple-log-colors": "^1.0.1",
"untappd-js": "^1.0.3"
}
}