This commit is contained in:
2015-04-09 07:47:57 +00:00
commit 32da2df9be
809 changed files with 119606 additions and 0 deletions

25
lib/lesshat/.bower.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "lesshat",
"version": "3.0.2",
"main": [
"./build/lesshat.less",
"./build/lesshat-prefixed.less"
],
"ignore": [
"mixins",
"*.md",
"*.json",
"LICENCE",
".*.*"
],
"homepage": "https://github.com/csshat/lesshat",
"_release": "3.0.2",
"_resolution": {
"type": "version",
"tag": "v3.0.2",
"commit": "ee58f199f7a8d787198046036345732ac84f4398"
},
"_source": "git://github.com/csshat/lesshat.git",
"_target": "~3.0.2",
"_originalSource": "lesshat"
}