Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Jan 2, 2020
1 parent aa41c39 commit 44c2889
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "easings.scss",
"version": "0.1.0",
"description": "Easings (cubic-bezier timing functions) as custom properties and SCSS variables",
"main": "src/easings.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"custom properties",
"sass",
"scss",
"easings",
"motion",
"transition-timing-function",
"animation-timing-function"
],
"homepage": "https://github.com/meduzen/easings",
"author": "Mehdi Merah <hi@mehdi.cc>",
"license": "WTFPL",
"repository": "github:meduzen/easings.git",
"bugs": {
"url": "https://github.com/meduzen/easings.scss/issues"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 44c2889

Please sign in to comment.