diff --git a/bower.json b/bower.json deleted file mode 100644 index 66fd2fa..0000000 --- a/bower.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "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", - "/test.js", - "/implementations.md", - "/logo.png", - "/package.json" - ] -}