forked from mortezakarimi/gentelella-rtl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.24 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "gentelella-rtl",
"version": "1.0.0",
"description": "Gentelella RTL Admin is a free to use Bootstrap admin template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mortezakarimi/gentelella-rtl.git"
},
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"authors": [
{
"name": "Morteza Karimi",
"email": "me@morteza-karimi.ir",
"homepage": "https://github.com/mortezakarimi",
"role": "Creator"
}
],
"license": "MIT",
"main": "build/js/custom.min.js",
"bugs": {
"url": "https://github.com/mortezakarimi/gentelella-rtl/issues"
},
"homepage": "https://github.com/mortezakarimi/gentelella-rtl#readme",
"devDependencies": {
"browser-sync": "^2.12.10",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.3.2",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-uglify": "^1.5.3"
},
"dependencies": {
"del": "^2.2.2",
"merge": "^1.2.0"
}
}