-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 910 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
{
"name": "uikit-computer-store-template",
"version": "1.0.0",
"description": "Computer store e-commerce template built with UIkIt, Sass and JS",
"author": "Vladimir Ković",
"license": "MIT",
"homepage": "https://github.com/vkovic/uikit-computer-store-template",
"main": "index.html",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/vkovic/uikit-computer-store-template.git"
},
"engines": {
"node": ">=8.2"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean": "^0.4.0",
"gulp-include": "^2.3.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-webserver": "^0.9.1",
"node-sass-tilde-importer": "^1.0.2"
},
"dependencies": {
"uikit": "^3.0.0-rc.26"
}
}