-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 872 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
{
"name": "main",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "npx node-sass --include-path node_modules/ --output-style compressed catalog/view/theme/mz_poco/stylesheet/sass/ -o catalog/view/theme/mz_poco/stylesheet/css/",
"sass:watch": "npx node-sass --watch --include-path node_modules/ --output-style compressed catalog/view/theme/mz_poco/stylesheet/sass/ -o catalog/view/theme/mz_poco/stylesheet/css/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivankaz/adnox.site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivankaz/adnox.site/issues"
},
"homepage": "https://github.com/ivankaz/adnox.site#readme",
"dependencies": {
"http-server": "^14.1.0"
}
}