Skip to content

Commit

Permalink
bower: add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Sep 12, 2016
1 parent 831176f commit 8e86ced
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "fantasy-land",
"description": "Specification for interoperability of common algebraic structures in JavaScript",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fantasyland/fantasy-land.git"
},
"main": "index.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"algebraic",
"monad",
"applicative",
"functor",
"monoid",
"semigroup",
"chain",
"apply"
],
"ignore": [
"/.git/",
"/bower_components/",
"/figures/",
"/laws/",
"/node_modules/",
"/.*",
"/id.js",
"/id_test.js",
"/implementations.md",
"/logo.png",
"/package.json"
]
}

0 comments on commit 8e86ced

Please sign in to comment.