44df22e331
* Add support for writing status code * Add support for writing headers * Code cleanup
29 lines
641 B
JSON
29 lines
641 B
JSON
{
|
|
"name": "purescript-httpure",
|
|
"homepage": "https://github.com/cprussin/purescript-httpure",
|
|
"description": "A web framework written in PureScript.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cprussin/purescript-httpure"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"Documentation",
|
|
"Output",
|
|
"Test",
|
|
"Makefile",
|
|
"*.json",
|
|
"*.md"
|
|
],
|
|
"dependencies": {
|
|
"purescript-prelude": "^3.0.0",
|
|
"purescript-node-http": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-psci-support": "^3.0.0",
|
|
"purescript-spec": "^1.0.0",
|
|
"purescript-unsafe-coerce": "^3.0.0"
|
|
}
|
|
}
|