-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 987 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
39
40
41
{
"name": "betathetapies",
"version": "1.0.0",
"engines": {
"node": "8.9.1"
},
"dependencies": {
"body-parser": "^1.18.3",
"bower": "^1.8.8",
"edit-google-spreadsheet": "^0.3.0",
"ejs": "^2.5.6",
"express": "^4.16.3",
"googleapis": "^27.0.0",
"html": "^1.0.0",
"http-auth": "^3.2.3",
"moment": "^2.22.2",
"pg": "^7.7.1",
"stripe": "^6.8.0"
},
"description": "",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node static/js/index.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twinters007/BetaThetaPies.git"
},
"author": "Tim Winters",
"license": "ISC",
"bugs": {
"url": "https://github.com/twinters007/BetaThetaPies/issues"
},
"homepage": "https://github.com/twinters007/BetaThetaPies#readme",
"devDependencies": {
"bcrypt": "^3.0.0",
"nodemon": "^1.18.3"
}
}