-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 777 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 777 Bytes
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
{
"name": "smartmenus-tutorial",
"version": "1.0.0",
"description": "Website about JQuery plugin SmartMenus.",
"main": "index.js",
"scripts": {
"compile:less": "lessc ./less/main.less ./media/css/style.css",
"nodemon:compile:less": "nodemon -e less -x \"npm run compile:less\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jirkasa/smartmenus-tutorial.git"
},
"author": "Jiří Satora",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jirkasa/smartmenus-tutorial/issues"
},
"homepage": "https://github.com/Jirkasa/smartmenus-tutorial#readme",
"devDependencies": {
"autoprefixer": "^10.3.7",
"less": "^4.1.2",
"nodemon": "^2.0.14",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1"
}
}