-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 776 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 776 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
{
"name": "clean_code_squad_filmoteka",
"version": "1.0.0",
"description": "A website that searches for popular movies and allows you to create your own movie library.",
"main": "index.js",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomeksokol/CleanCodeSquad_Filmoteka.git"
},
"keywords": [],
"author": "Tomasz <fasa@.pl>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomeksokol/CleanCodeSquad_Filmoteka/issues"
},
"homepage": "https://tomeksokol.github.io/CleanCodeSquad_Filmoteka",
"devDependencies": {
"snowpack": "^3.8.8"
},
"dependencies": {
"js.": "^1.0.0",
"sass": "^1.43.4",
"spin.js": "^4.1.1"
}
}