-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 956 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
31
32
33
34
35
36
37
38
{
"name": "html5-template-starter-kit",
"description": "html5 responsive template starter",
"version": "1.0.0",
"author": "Vitalijs Karpusa <[email protected]> (http://www.karpusa.lv)",
"repository": "karpusa/html5-template-starter-kit",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/karpusa/html5-template-starter-kit.git"
},
"keywords": [
"html5",
"template",
"responsive",
"less",
"nunjucks"
],
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "gulp",
"serve": "gulp",
"build": "gulp build"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.3.0",
"gulp-minify": "0.0.14",
"gulp-nunjucks-render": "^2.0.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-glob": "^1.1.1"
}
}