From ee9e0f221c9ae89e4b516f30de9cc4a0780bbce3 Mon Sep 17 00:00:00 2001 From: Angeal185 Date: Sat, 15 Apr 2017 15:18:04 +0800 Subject: [PATCH] commit --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5493c6a --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "materialize-stylus", + "version": "0.0.1", + "authors": [ + "ben eaves" + ], + "description": "stylus port of materialize.css", + "main": "index.styl", + "keywords": [ + "stylus", + "materialize", + "port", + "stylus-materialize", + "materialize-stylus" + ], + "license": "MIT", + "homepage": "https://github.com/angeal185/materialize-stylus", + "repository": { + "type": "git", + "url": "git://github.com/angeal185/materialize-stylus.git" + } +}