-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 873 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
{
"name": "McFitPonizovacka",
"version": "0.0.0",
"description": "HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.",
"main": "server.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MarekSalat/McFit-Ponizovacka.git"
},
"author": "Marek Salat, Vendula Poncova",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarekSalat/McFit-Ponizovacka/issues"
},
"homepage": "https://github.com/MarekSalat/McFit-Ponizovacka",
"dependencies": {
"nodejs-websocket": "^1.0.0",
"connect": "^3.2.0",
"serve-static": "^1.6.4"
}
}