-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 926 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
33
34
35
36
37
38
39
40
41
{
"name": "35-grupe-portfolio",
"version": "1.0.0",
"description": "Group poject 'Personal'",
"main": "index.js",
"scripts": {
"dev": "dead-server --port=3008 --host=localhost",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"contributors": [
{
"name": "Rimantas",
"url": "https://github.com/belauzas"
},
{
"name": "Kasparas Griškus",
"url": "https://github.com/Paskanas"
},
{
"name": "Regina Sadeckienė",
"url": "https://github.com/reginareg"
},
{
"name": "Dovilė Bilkštienė",
"url": "https://github.com/Dovile-dote"
},
{
"name": "Kristina Leonavičiūtė",
"url": "https://github.com/Kristle22"
},
{
"name": "Kristina Rudytė",
"url": "https://github.com/krikri89"
}
],
"license": "MIT",
"devDependencies": {
"dead-server": "^1.0.6"
}
}