mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Merge pull request #3 from hummlas/patch-1
Create package.json to allow installing with NPM
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "bulma",
|
||||||
|
"version": "0.0.4",
|
||||||
|
"homepage": "http://bulma.io",
|
||||||
|
"author": "jgthms <bbxdesign@gmail.com>",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user