-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
39
{
"name": "nmb-html-boilerplate",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "start http://localhost:7007 & nodemon start.js --ext *",
"build": "node index.js",
"grunt": "grunt",
"copy:3rdplugins": "robocopy ./assets/plugins ./dist/assets/plugins /MIR"
},
"keywords": [
"boilerplate",
"html",
"css",
"js",
"grunt",
"minify",
"bootstrap",
"node"
],
"author": "Nazım Mert Bilgi",
"license": "ISC",
"description": "Application boilerplate for making websites with html, Bootstrap and jQuery. compresses css, js, img files. Converts all images to webp format. Automatically makes changes to all html files. You only focus on the coding part.",
"devDependencies": {
"connect-livereload": "^0.6.1",
"grunt": "^1.6.1",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-cwebp": "^3.0.3",
"livereload": "^0.9.3",
"nodemon": "^3.1.7"
},
"dependencies": {
"express": "^4.21.1",
"qrcode": "^1.5.4",
"serve-static": "^1.16.2"
}
}