-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 968 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
{
"name": "safe-kink",
"version": "1.0.0",
"description": "An educational yet lighthearted approach to sexual safety.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SafeKink/safe-kink.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SafeKink/safe-kink/issues"
},
"homepage": "https://github.com/SafeKink/safe-kink#readme",
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap": "4.1.1",
"browser-sync": "2.24.2",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.3",
"gulp-header": "2.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "4.0.1",
"hoek": "^5.0.3",
"jquery": "3.3.1",
"method-override": "^2.3.10",
"mysql": "^2.15.0"
}
}