From 9f188d7eee615b95e33ff8f033b3d59b0c12d24d Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Thu, 4 Jan 2018 19:53:22 +0200 Subject: [PATCH] Add README.md and package.json --- README.md | 3 +++ package.json | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 README.md create mode 100644 package.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..616088d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Conic Gradient Polyfill + +Please visit http://leaverou.github.io/conic-gradient/ for usage instructions and demos. diff --git a/package.json b/package.json new file mode 100644 index 0000000..17a828d --- /dev/null +++ b/package.json @@ -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" + } +}