27 lines
644 B
JSON
27 lines
644 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": [
|
|
"**/.*",
|
|
"output",
|
|
"test",
|
|
"bower.json"
|
|
],
|
|
"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",
|
|
"purescript-node-stream-buffers": "^0.1.0"
|
|
}
|
|
}
|