purescript-cheerio/bower.json
2018-07-28 08:40:04 +01:00

30 lines
702 B
JSON

{
"name": "purescript-cheerio",
"description": "PureScript bindings for Cheerio",
"main": "index.js",
"authors": [
"icyrock.com@icyrock.com"
],
"license": "MIT",
"homepage": "https://github.com/icyrockcom/purescript-cheerio",
"repository": {
"type": "git",
"url": "https://github.com/icyrockcom/purescript-cheerio.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-functions": "^4.0.0",
"purescript-test-unit": "^14.0.0",
"purescript-psci-support": "^4.0.0",
"purescript-console": "^4.1.0",
"purescript-effect": "^2.0.0",
"purescript-prelude": "^4.0.1"
}
}