-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 882 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
{
"name": "passmanage",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "server.js",
"dependencies": {
"cookie-session": "^2.0.0-beta.3",
"csprng": "^0.1.2",
"csurf": "^1.9.0",
"express": "^4.16.4",
"heroku-ssl-redirect": "0.0.4",
"nunjucks": "^3.2.0",
"pg": "^7.9.0",
"sequelize": "^5.8.6",
"sha256": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/nmarklund10/passmanage.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/nmarklund10/passmanage/issues"
},
"homepage": "https://gitlab.com/nmarklund10/passmanage#readme"
}