-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
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
42
43
44
45
46
{
"name": "tejos_textiles",
"version": "1.0.0",
"description": "A literature journal publishing written works in a new interactive and visual medium.",
"main": "server.js",
"dependencies": {
"body-parser": "^1.20.1",
"brotli": "^1.3.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"https": "^1.0.0",
"mysql": "^2.18.1",
"nodemailer": "^6.6.1",
"temp_js_logger": "^0.7.8"
},
"scripts": {
"start": "forever start server.js",
"stop": "forever stop server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ogallagher/tejos_textiles.git"
},
"keywords": [
"literature",
"nodejs",
"mysql",
"paperjs",
"revista",
"textiles",
"tejos"
],
"author": "Owen Gallagher",
"license": "MIT",
"bugs": {
"url": "https://github.com/ogallagher/tejos_textiles/issues"
},
"homepage": "https://github.com/ogallagher/tejos_textiles#readme",
"optionalDependencies": {
"chalk": "^5.3.0",
"forever": "^4.0.3",
"memjs": "^1.3.2"
}
}