From 9e3ddcd56841b71b78cdcc8667cffb720f8bcf78 Mon Sep 17 00:00:00 2001 From: Ashton Ward Date: Sat, 27 Jun 2015 07:16:36 +0100 Subject: [PATCH] Add package.json, readme & license --- LICENSE.md | 5 +++++ README.md | 7 +++++++ package.json | 23 +++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 LICENSE.md create mode 100644 README.md create mode 100644 package.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..3195c6e --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,5 @@ +Copyright (c) 2015, Mathew Lewin + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..13b26a6 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Ceaser +====== +A set of CSS easings. [Demo here](http://matthewlein.com/ceaser/) + +License +------- +[ISC](./LICENSE.md), Copyright (c) 2015, Mathew Lewin diff --git a/package.json b/package.json new file mode 100644 index 0000000..272a755 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "ceaser", + "version": "1.0.0", + "description": "A set of CSS easings", + "main": "js/ceaser.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ashtonwar/Ceaser.git" + }, + "keywords": [ + "CSS", + "transitions" + ], + "author": "Mathew Lewin", + "license": "ISC", + "bugs": { + "url": "https://github.com/ashtonwar/Ceaser/issues" + }, + "homepage": "http://matthewlein.com/ceaser/" +}