Base of project created

This commit is contained in:
Sebastian Seedorf
2016-01-26 18:24:31 +01:00
parent 89a8e5403e
commit 01f4a0cd49
933 changed files with 171161 additions and 0 deletions

25
node_modules/jade-bootstrap/bower.json generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "jade-bootstrap",
"version": "1.0.0",
"homepage": "https://github.com/rajasegar/JADE-Bootstrap",
"authors": [
"Rajasegar <rajasegar.c@gmail.com>"
],
"description": "Bootstrap framework written completely using mixins in JADE",
"main": "bootstrap.jade",
"keywords": [
"jade",
"bootstrap",
"frontend",
"ui",
"framework"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}