Skip to content

Commit

Permalink
Seja o que Deus quiser
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulichi committed Nov 24, 2017
1 parent 8930390 commit 5aa09f1
Show file tree
Hide file tree
Showing 17 changed files with 3,818 additions and 679 deletions.
38 changes: 38 additions & 0 deletions .bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "softgrid",
"authors": [
"Joao Paulo Oliveira"
],
"description": "Grid directive with Angular, Bootstrap and Font Awesome",
"main": [
"softgrid.js",
"softgrid.css"
],
"dependencies": {
"angular": "~1.5.8"
},
"keywords": [
"soft",
"grid"
],
"license": "MIT",
"homepage": "none",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"version": "0.2.3",
"_release": "0.2.3",
"_resolution": {
"type": "version",
"tag": "v0.2.3",
"commit": "32865fe84877245d71b0f329c441eed87924c3ee"
},
"_source": "https://github.com/afpop/softgrid.git",
"_target": "^0.2.1",
"_originalSource": "softgrid"
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.idea
/bower_components
/node_modules
39 changes: 32 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
{
"name": "softgrid",
"version": "0.2.0",
"authors": [
"Joao Paulo Oliveira"
],
"description": "Grid directive with Angular, Bootstrap and Font Awesome",
"main": ["softgrid.js", "softgrid.css"],
"dependencies": {
"angular": "~1.5.8"
},
"keywords": ["soft", "grid" ],
"license": "MIT",
"main": [
"softgrid.tpl.js",
"softgrid.css"
],
"dependencies": {
"angular": ">1.5.8",
"angular-base64": "*",
"angular-sanitize": "^1.6.6",
"font-awesome": "^4.7.0"
},
"keywords": [
"soft",
"grid",
"angular",
"angularjs",
"softwillians"
],
"license": "Softwillians License",
"homepage": "none",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"tests",
"config",
"playground",
"src",
"test",
".travis.yml",
".gitignore",
".jshintrc",
"CHANGELOG.md",
"Gruntfile.js",
"package.json",
"build",
"mock"
]
}
Loading

0 comments on commit 5aa09f1

Please sign in to comment.