-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 729 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
28
29
30
31
32
33
34
{
"name": "Bootlib",
"version": "1.0.0",
"description": "Free list template with bootstrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap",
"free template",
"html",
"css"
],
"author": "Marwen Hlaoui",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0"
},
"dependencies": {
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-less": "^3.3.2",
"gulp-minify": "^2.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-scss": "^1.4.0",
"gulp-watch": "^4.3.11",
"gulp.sass": "^1.3.9",
"minimist": "^1.2.0",
"watch": "^1.0.2"
}
}