-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 748 Bytes
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": "portfolio",
"version": "0.0.1",
"description": "Career Portfolio for Ciaran McGauran",
"main": "server.js",
"scripts": {
"test": "test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mcgauranc/portfolio"
},
"author": "Ciarn McGauran",
"license": "ISC",
"bugs": {
"url": "https://github.com/mcgauranc/portfolio/issues"
},
"homepage": "https://github.com/mcgauranc/portfolio",
"devDependencies": {
"bootstrap": "~3.3.5",
"less": "~2.5.1",
"express": "~4.13.3"
},
"dependencies": {
"express": "~4.13.3",
"express-generator": "~4.13.1",
"body-parser": "~1.13.3",
"mongoose": "~4.1.3",
"method-override": "~2.3.5"
}
}