30 lines
661 B
JSON
30 lines
661 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": "^3.0.0",
|
|
"purescript-node-http": "^4.0.0",
|
|
"purescript-aff": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-psci-support": "^3.0.0",
|
|
"purescript-spec": "^1.0.0",
|
|
"purescript-unsafe-coerce": "^3.0.0"
|
|
}
|
|
}
|