-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 972 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
{
"name": "Ctrl-V",
"version": "1.0.0",
"description": "Ctrl+V is a Web Application that is inspired by sites like pastebin. That pretty much defines what the application does. Now, See for yourself.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/iArunava/Ctrl-V.git"
},
"engines": {
"node": "^8.1.4",
"npm": "3.x.x"
},
"keywords": [],
"author": "Arunava Chakraborty",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"pg": "6.x",
"express": "4.15.2",
"ejs": "^2.5.6",
"express": "^4.14.0",
"express-session": "^1.15.2",
"crypto": "^0.0.3",
"path": "^0.12.7",
"morgan": "^1.7.0"
},
"bugs": {
"url": "/~https://github.com/LearningDroidArunava/Ctrl-V/issues"
},
"homepage": "/~https://github.com/LearningDroidArunava/Ctrl-V#readme"
}