]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Create package.json to allow installing with NPM
authorMarkus Ånöstam <markus87@gmail.com>
Wed, 27 Jan 2016 21:14:53 +0000 (22:14 +0100)
committerMarkus Ånöstam <markus87@gmail.com>
Wed, 27 Jan 2016 21:14:53 +0000 (22:14 +0100)
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`

package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..1fd45fd
--- /dev/null
@@ -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"
+  }
+}