-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 940 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
36
37
38
{
"name": "donutbaron",
"version": "1.0.0",
"description": "A website dedicated to organizing donut correspondence.",
"main": "app.js",
"dependencies": {
"jquery": "^1.11.1",
"request": "^2.72.0"
},
"devDependencies": {
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"client-sessions": "^0.7.0",
"cron": "^1.1.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"mocha": "^2.4.5",
"google-auth-library": "^0.9.7",
"googleapis": "^5.2.1",
"sqlite3": "^3.1.3"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChristianJHughes/DonutBaron.git"
},
"keywords": [
"donuts"
],
"author": "Adam Seiwert, Christian Hughes, Austin Fangman",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChristianJHughes/DonutBaron/issues"
},
"homepage": "https://github.com/ChristianJHughes/DonutBaron#readme"
}