2018-01-16 04:35:48 +00:00
|
|
|
{
|
|
|
|
"name": "purescript-cheerio",
|
2020-07-16 00:51:13 +00:00
|
|
|
"version": "0.2.3",
|
2018-01-16 04:35:48 +00:00
|
|
|
"description": "PureScript bindings for Cheerio",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-04-17 17:23:07 +00:00
|
|
|
"test": "spago test"
|
2018-01-16 04:35:48 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/icyrockcom/purescript-cheerio.git"
|
|
|
|
},
|
|
|
|
"author": "icyrock.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/icyrockcom/purescript-cheerio/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/icyrockcom/purescript-cheerio#readme",
|
|
|
|
"dependencies": {
|
2020-04-17 17:23:07 +00:00
|
|
|
"cheerio": "^1.0.0-rc.3"
|
2018-01-16 04:35:48 +00:00
|
|
|
}
|
|
|
|
}
|