-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 839 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": "js-playground",
"version": "1.0.0",
"description": "A place to play with JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SubliemeSiem/js-playground.git"
},
"author": "Simon Peeters",
"license": "ISC",
"bugs": {
"url": "https://github.com/SubliemeSiem/js-playground/issues"
},
"homepage": "https://github.com/SubliemeSiem/js-playground#readme",
"dependencies": {
"body-parser": "^1.17.2",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"font-awesome": "^4.7.0",
"helmet": "^3.8.1",
"http2": "^3.3.6",
"morgan": "^1.8.2",
"path": "^0.12.7",
"regex-email": "^1.0.2",
"serve-favicon": "^2.4.3"
}
}