Skip to content

Commit

Permalink
add package
Browse files Browse the repository at this point in the history
  • Loading branch information
iturbides committed Aug 3, 2023
1 parent 53e4729 commit 71f5e19
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "becss",
"version": "0.1.0",
"description": "A simple and hackable Style Sheet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iturbides/becss.git"
},
"keywords": [
"css",
"framework",
"html",
"front-end"
],
"author": "Matias Iturbides",
"license": "ISC",
"bugs": {
"url": "https://github.com/iturbides/becss/issues"
},
"homepage": "https://github.com/iturbides/becss#readme"
}

0 comments on commit 71f5e19

Please sign in to comment.