-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 883 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
{
"name": "netflix-landing-page-clone",
"version": "1.0.0",
"description": "Netflix landing page clone for practice purposes",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"live-server dist\" \"npm run sass\" ",
"sass": "sass --watch sass/style.scss:dist/css/style.css"
},
"homepage": "https://github.com/jhonandresmedina/netflix-landing-page-clone#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jhonandresmedina/netflix-landing-page-clone.git"
},
"bugs": {
"url": "https://github.com/jhonandresmedina/netflix-landing-page-clone/issues"
},
"keywords": [
"html5",
"css3",
"sass",
"javascript"
],
"author": "John Medina",
"license": "MIT",
"devDependencies": {
"concurrently": "4.1.2",
"live-server": "1.2.1",
"sass": "1.22.10"
}
}