-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "inf219-amalieskram",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"bower": "^1.7.9",
"clipboard-js": "^0.3.1",
"cookie-parser": "~1.4.3",
"debug": "~2.3.3",
"express": "~4.14.0",
"file-saver": "^1.3.3",
"json-stable-stringify": "^1.0.1",
"mongodb": "^2.2.10",
"morgan": "~1.7.0",
"npm-check-updates": "^2.8.6",
"pug": "^2.0.0-beta6",
"pug-bootstrap": "0.0.4",
"serve-favicon": "~2.3.0"
},
"description": "Gruppeprosjekt i INF219 for Amalie Skram",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/JosteinKringlen/INF219-AmalieSkram.git"
},
"author": "Vegar Rørvik, Jostein Kringlen, Kaja Dey, André Dyrstad",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/JosteinKringlen/INF219-AmalieSkram/issues"
},
"homepage": "https://github.com/JosteinKringlen/INF219-AmalieSkram#readme"
}