forked from binjuhor/php-to-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 837 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
{
"name": "php-to-html",
"version": "1.0.1",
"description": "This is an HTML project, based in PHP for including the files for quick publish the HTML files",
"author": "Binjuhor - kiemhd@outlook.com",
"license": "GNU-v3.0",
"keywords": [
"PHP",
"HTML",
"CSS",
"JS",
"SCSS"
],
"homepage": "https://github.com/binjuhor/php-to-html",
"repository": {
"type": "git",
"url": "git@github.com:binjuhor/php-to-html.git"
},
"bugs": {
"url": "https://github.com/binjuhor/php-to-html/issues"
},
"scripts": {
"watch": "sass --watch --source-map assets/scss/styles.scss assets/css/styles.css",
"build": "sass --no-source-map --style=compressed assets/scss/styles.scss assets/css/styles.css",
"export": "./build.sh export-html"
},
"dependencies": {
"sass": "^1.53.0"
}
}