forked from bootflat/bootflat.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 837 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 837 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
{
"name": "Bootflat",
"private": false,
"version": "2.0.0",
"description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
"author":"Flathemes",
"homepage": "http://bootflat.github.com/",
"keywords": [
"bootstrap",
"bootflat",
"flat ui",
"flat",
"ui"
],
"bugs": {
"url": "https://github.com/bootflat/bootflat.github.io/issues"
},
"license": "MIT",
"repository" : {
"type" : "git",
"url" : "https://github.com/bootflat/bootflat.github.io.git"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-sass": "~0.7.3",
"load-grunt-tasks": "~0.2.0"
}
}