-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.14 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
34
35
36
37
38
{
"name": "sidebar-menu-2-compostrap",
"version": "2.0.7",
"description": "Simple and fast multi-level sidebar menu on Bootstrap",
"dependencies": {
"sidebar-menu-compostrap": "^2.0.12"
},
"devDependencies": {
"serve": "^14.2.0",
"sass": "^1.65.1",
"nodemon": "^3.0.1",
"clean-css-cli": "^5.6.2"
},
"scripts": {
"build": "npm run scss && npm run css-minify",
"scss": "sass -I node_modules scss/sidebar.custom.scss dist/css/sidebar.custom.css",
"css-minify": "cleancss -O1 --output dist/css/sidebar.custom.min.css dist/css/sidebar.custom.css",
"watch": "nodemon -e scss -x \"npm run scss\"",
"server": "serve --listen 3000"
},
"author": "Zdeněk Papučík <[email protected]>",
"license": "MIT",
"keywords": [
"sidebar",
"menu",
"bootstrap"
],
"style": "dist/css/sidebar.custom.css",
"sass": "scss/sidebar.custom.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/compostrap/sidebar-menu-2.git"
},
"bugs": {
"url": "https://github.com/compostrap/sidebar-menu-2/issues"
},
"homepage": "https://github.com/compostrap/sidebar-menu-2#readme"
}