purescript-cheerio/bower.json

32 lines
735 B
JSON
Raw Normal View History

2018-01-16 04:35:48 +00:00
{
"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",
2018-07-28 07:40:04 +00:00
"repository": {
"type": "git",
"url": "https://github.com/icyrockcom/purescript-cheerio.git"
},
2018-01-16 04:35:48 +00:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
2020-04-17 17:23:07 +00:00
"dependencies":
{ "purescript-console": "^4.4.0"
, "purescript-effect": "^2.0.1"
, "purescript-functions": "^4.0.0"
, "purescript-prelude": "^4.1.1"
, "purescript-test-unit": "^15.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
2018-01-16 04:35:48 +00:00
}
}