Skip to content

Commit

Permalink
Add README.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Jan 4, 2018
1 parent a8c8808 commit 9f188d7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Conic Gradient Polyfill

Please visit http://leaverou.github.io/conic-gradient/ for usage instructions and demos.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "conic-gradient",
"version": "1.0.0",
"description": "Conic Gradient Polyfill",
"main": "conic-gradient.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeaVerou/conic-gradient.git"
},
"keywords": [
"css"
],
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/conic-gradient/issues"
},
"homepage": "https://github.com/LeaVerou/conic-gradient#readme",
"dependencies": {
"prefixfree": "^1.0.0"
}
}

0 comments on commit 9f188d7

Please sign in to comment.