diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..83a00a9 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "purescript-stylesheet", + "repository": { + "type": "git", + "url": "https://github.com/danieljharvey/purescript-stylesheet.git" + }, + "description": "CSS-in-Purs", + "authors": [ + "Daniel Harvey " + ], + "license": "MIT", + "keywords": [ + "CSS", + "Stylesheet" + ], + "homepage": "https://github.com/danieljharvey/purs-cssom", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}