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

26 lines
586 B
JSON

{
"name": "purescript-cheerio",
"version": "0.2.0",
"description": "PureScript bindings for Cheerio",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "pulp test"
},
"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": {
"cheerio": "^1.0.0-rc.2"
}
}