-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Leonardo Zizzamia
committed
Jul 15, 2014
1 parent
c9b286e
commit a1b5ac9
Showing
20 changed files
with
64 additions
and
61,809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory" : "static/components" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,10 @@ | |
# fabfile caches | ||
.coffeecache | ||
.minifycache | ||
|
||
# Node | ||
node_modules | ||
npm-debug.log | ||
|
||
# Bower | ||
static/components/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "bombolone", | ||
"version": "0.3.2", | ||
"dependencies": { | ||
"angular": "1.2.20", | ||
"angular-route": "1.2.20", | ||
"angular-resource": "1.2.20", | ||
"components-font-awesome": "4.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "bombolone", | ||
"version": "0.3.2", | ||
"description": "Bombolone is a tasty Content Management System for Python based on Flask, MongoDB, AngularJS, Sass and Bootstrap. It's designed to be a simple, flexible toolset for projects of any size.", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"dependencies": {}, | ||
"scripts": { | ||
"test": "" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Opentaste/bombolone.git" | ||
}, | ||
"keywords": [ | ||
"bombolone", | ||
"python", | ||
"flask", | ||
"angularjs" | ||
], | ||
"author": "@zizzamia", | ||
"license": "BSD", | ||
"bugs": { | ||
"url": "https://github.com/Opentaste/bombolone/issues" | ||
}, | ||
"homepage": "https://github.com/Opentaste/bombolone" | ||
} |
Oops, something went wrong.