diff --git a/package.json b/package.json new file mode 100644 index 00000000..3aa16738 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "bulma", + "version": "0.0.4", + "homepage": "http://bulma.io", + "author": "jgthms ", + "description": "Bulma is a modern CSS framework based on Flexbox", + "main": "bulma.sass", + "repository": { + "type": "git", + "url": "git+https://github.com/jgthms/bulma.git" + }, + "license": "MIT", + "keywords": [ + "css", + "sass", + "flexbox", + "responsive", + "framework" + ], + "bugs": { + "url": "https://github.com/jgthms/bulma/issues" + } +}