Add package.json for deploying to CDNs

This commit is contained in:
Linus Lee 2019-06-11 22:18:06 -07:00
parent 51e7fc9fdd
commit 472b28260f

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "blocks.css",
"version": "0.1.0",
"description": "Add some dimension to your page with blocks",
"main": "/src/blocks.css",
"repository": "git@github.com:thesephist/blocks.css.git",
"author": "Linus Lee <linus@thesephist.com>",
"license": "MIT"
}