diff --git a/package.json b/package.json new file mode 100644 index 0000000..6984b01 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "@kevquirk/simple.css", + "version": "1.0.0", + "description": "Simple.css is a classless CSS template that allows you to make a good looking website really quickly.", + "main": "simple.css", + "files": [ + "simple.css" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/kevquirk/simple.css.git" + }, + "author": "kevquirk", + "license": "MIT", + "bugs": { + "url": "https://github.com/kevquirk/simple.css/issues" + }, + "homepage": "https://github.com/kevquirk/simple.css#readme" +}