Update bower.json

This commit is contained in:
mechairoi 2016-02-12 23:55:12 +09:00
parent d73eca4b7f
commit de25c72947

View File

@ -1,20 +1,22 @@
{
"name": "purescript-unique",
"version": "0.1.0",
"homepage": "https://github.com/mechairoi/purescript-unique",
"authors": [
"mechairoi <ttsujikawa@gmail.com>"
],
"keywords": [
"purescript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/purescript/purescript-prelude.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"node_modules",
"output",
"test",
"tests"
"bower.json",
"package.json"
],
"dependencies": {
"purescript-eff": "^0.1.2",