mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Create package.json to allow installing with NPM
Just adding a package.json to the repository will allow it to be installed through NPM by providing the git user and repo name, e.g. `npm install jgthms/bulma --save`
This commit is contained in:
parent
4f1cff5b4f
commit
9ffbec4ba5
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": "bullma.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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user