-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "bootflat-admin",
"private": false,
"version": "0.0.3",
"description": "BOOTFLAT-ADMIN is a free open source Admin Template with Flat UI based on Bootstrap 3.2.0 and BOOTFLAT, Plus flying dragons and rainbow unicorns",
"author": "Alex Quiambao <alexquiambao@gmail.com>",
"homepage": "https://github.com/silverbux/bootflat-admin",
"keywords": [
"admin template",
"mobile",
"html5",
"css3",
"scss",
"bootflat-admin",
"bootstrap",
"flat",
"flat ui",
"ui"
],
"bugs": {
"url": "https://github.com/silverbux/bootflat-admin/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/silverbux/bootflat-admin.git"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "~2.0.1",
"grunt-html-validation": "~0.1.15",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.4.0",
"ng-echarts": "^3.0.1",
"time-grunt": "~0.3.1"
}
}