-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.12 KB
/
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
{
"name": "door2movies",
"version": "3.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Suhail-007/Door2movies.git"
},
"author": "Suhail",
"scripts": {
"watch:sass": "sass sass/main.scss css/style.min.css -w",
"devserver": "live-server",
"start": "npm-run-all --parallel devserver watch:sass",
"build:parcel": "parcel index.html download.html",
"compile:sass": "sass sass/main.scss css/style.comp.css",
"prefix:css": "postcss --use autoprefixer -b 'last 10 versions' css/style.comp.css -o css/style.prefix.css",
"compress:css": "sass css/style.prefix.css css/style.min.css --style compressed",
"build:css": "npm-run-all compile:sass prefix:css compress:css"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Suhail-007/Door2movies/issues"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"sass": "^1.56.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^10.0.0",
"parcel": "2.8.2"
},
"homepage": "https://github.com/Suhail-007/Door2movies#readme",
"description": "This version is based on MVC architecture"
}