-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
47
48
{
"author": "Nolly#0001",
"bugs": {
"url": "https://github.com/TheNolle/CodeBin/issues"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3"
},
"description": "CodeBin is a private, secure hastebin clone for storing, sharing, and collaborating on code snippets with fellow developers. Features include real-time collaboration, custom folders, tags, and cross-device accessibility. Built with Node.js, Express, EJS, and MongoDB.",
"devDependencies": {
"ejs": "^3.1.9",
"nodemon": "^2.0.22"
},
"homepage": "https://github.com/TheNolle/CodeBin#readme",
"keywords": [
"code-sharing",
"code-snippets",
"coding",
"collaboration",
"developers",
"ejs",
"expressjs",
"hastebin-clone",
"mongodb",
"node-js",
"private",
"programming",
"real-time",
"web-app",
"web-development"
],
"license": "MIT",
"main": "index.js",
"name": "codebin.thenolle.com",
"repository": {
"type": "git",
"url": "git+https://github.com/TheNolle/CodeBin.git"
},
"scripts": {
"start": "node .",
"start:dev": "nodemon ."
},
"type": "module",
"version": "1.0.0"
}