purescript-cheerio/bower.json

30 lines
702 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"
],
"dependencies": {
2018-07-28 07:40:04 +00:00
"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"
2018-01-16 04:35:48 +00:00
}
}