8badd62b3e
- Upgrade all dependencies - Use Effect instead of Eff - Use Foreign.Object instead of StrMap - Use Effect.Ref instead of Control.Monad.ST - Drop SecureServerM, it's the same as ServerM now
34 lines
822 B
JSON
34 lines
822 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": [
|
|
"**/.*",
|
|
"docs",
|
|
"out",
|
|
"test",
|
|
"Makefile",
|
|
"*.json",
|
|
"*.md"
|
|
],
|
|
"dependencies": {
|
|
"purescript-prelude": "^4.0.1",
|
|
"purescript-aff": "^5.0.0",
|
|
"purescript-node-fs": "^5.0.0",
|
|
"purescript-node-http": "^5.0.0",
|
|
"purescript-strings": "^4.0.0",
|
|
"purescript-foldable-traversable": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-psci-support": "^4.0.0",
|
|
"purescript-spec": "^3.0.0",
|
|
"purescript-unsafe-coerce": "^4.0.0",
|
|
"purescript-node-fs-aff": "^6.0.0"
|
|
}
|
|
}
|