bulma/package.json

24 lines
480 B
JSON
Raw Normal View History

{
"name": "bulma",
"version": "0.0.4",
"homepage": "http://bulma.io",
"author": "jgthms <bbxdesign@gmail.com>",
2016-01-27 22:29:21 +00:00
"description": "Modern CSS framework based on Flexbox",
2016-01-27 21:18:25 +00:00
"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"
}
}