Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ramdeoshubham authored Mar 23, 2017
1 parent 13dce66 commit 4cea92a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "beauter",
"description": "A simple framework for faster and beautiful responsive sites.",
"main": "beauter.css",
"license": "MIT",
"homepage": "http://beauter.outboxcraft.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"framework",
"design",
"responsive",
"mobile",
"html",
"css",
"css3",
"front-end"
],
"authors": [
"Shubham Ramdeo"
]
}
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "@outboxcraft/beauter",
"version": "0.2.2",
"description": "A simple framework for faster and beautiful responsive sites.",
"main": "beauter.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/outboxcraft/beauter.git"
},
"keywords": [
"framework",
"design",
"responsive",
"mobile",
"html",
"css",
"css3",
"front-end"
],
"author": "Shubham Ramdeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/outboxcraft/beauter/issues"
},
"homepage": "https://github.com/outboxcraft/beauter#readme"
}

0 comments on commit 4cea92a

Please sign in to comment.