forked from bundanining/robust-free-bootstrap-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.79 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "robust-admin-theme",
"description": "Robust admin is super flexible, powerful, clean & modern responsive bootstrap 4 admin template with unlimited possibilities.",
"version": "1.0.0",
"homepage": "https://pixinvent.com/bootstrap-admin-template/robust",
"private": true,
"author": {
"name": "PIXINVENT",
"url": "https://pixinvent.com"
},
"bugs": {
"url": "https://support.pixinvent.com"
},
"keywords": [
"css",
"js",
"scss",
"bootstrap",
"robust",
"mobile-first",
"responsive",
"framework",
"web app",
"admin"
],
"license": "Themeforest Standard Licenses",
"licenses": [
{
"type": "Themeforest Standard Licenses",
"url": "http://themeforest.net/licenses/standard"
}
],
"dependencies": {
"hammerjs": "^2.0.4",
"latest-version": "^2.0.0",
"node-archiver": "^0.2.0"
},
"engine": "node >= 0.10",
"devDependencies": {
"autoprefixer": "^6.1.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-rename": "^0.0.3",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.0",
"grunt-csscomb": "^3.1.1",
"grunt-notify": "^0.4.1",
"grunt-remove-logging": "^0.2.0",
"grunt-rtlcss": "^2.0.1",
"grunt-sass": "^1.1.0",
"grunt-text-replace": "^0.4.0",
"gulp-multistream": "^0.1.0",
"jquery": "^2.1.4",
"load-grunt-config": "^0.19.2",
"node-sass": "^3.4.2",
"phantomjs": "^1.9.18",
"uglifycss": "0.0.25"
},
"scripts": {
"test": "grunt travis --verbose"
}
}