2017-05-25 19:12:29 +00:00
|
|
|
{
|
|
|
|
"name": "purescript-httpure",
|
2017-07-10 10:17:13 +00:00
|
|
|
"homepage": "https://github.com/cprussin/purescript-httpure",
|
|
|
|
"description": "A web framework written in PureScript.",
|
2017-05-25 19:12:29 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-07-10 10:17:13 +00:00
|
|
|
"url": "https://github.com/cprussin/purescript-httpure"
|
2017-05-25 19:12:29 +00:00
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
2017-07-18 06:16:13 +00:00
|
|
|
"docs",
|
|
|
|
"out",
|
|
|
|
"test",
|
2017-07-14 06:28:57 +00:00
|
|
|
"Makefile",
|
|
|
|
"*.json",
|
|
|
|
"*.md"
|
2017-05-25 19:12:29 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2021-03-06 05:33:13 +00:00
|
|
|
"purescript-prelude": "^5.0.0",
|
|
|
|
"purescript-either": "^5.0.0",
|
|
|
|
"purescript-effect": "^3.0.0",
|
|
|
|
"purescript-aff": "^6.0.0",
|
|
|
|
"purescript-node-buffer": "^7.0.0",
|
|
|
|
"purescript-node-http": "^6.0.0",
|
|
|
|
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#^2.0.0",
|
|
|
|
"purescript-console": "^5.0.0",
|
|
|
|
"purescript-maybe": "^5.0.0",
|
|
|
|
"purescript-newtype": "^4.0.0",
|
|
|
|
"purescript-node-fs": "^6.0.0",
|
|
|
|
"purescript-node-streams": "^5.0.0",
|
|
|
|
"purescript-options": "^6.0.0",
|
|
|
|
"purescript-tuples": "^6.0.0",
|
|
|
|
"purescript-foldable-traversable": "^5.0.0",
|
|
|
|
"purescript-foreign": "^6.0.0",
|
|
|
|
"purescript-strings": "^5.0.0",
|
|
|
|
"purescript-type-equality": "^4.0.0",
|
|
|
|
"purescript-arrays": "^6.0.0",
|
|
|
|
"purescript-bifunctors": "^5.0.0",
|
|
|
|
"purescript-refs": "^5.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"purescript-spec": "^5.0.0",
|
|
|
|
"purescript-node-fs-aff": "^7.0.0",
|
|
|
|
"purescript-node-child-process": "^7.0.0",
|
|
|
|
"purescript-psci-support": "^5.0.0",
|
|
|
|
"purescript-exceptions": "^5.0.0",
|
|
|
|
"purescript-lists": "^6.0.0",
|
|
|
|
"purescript-unsafe-coerce": "^5.0.0",
|
|
|
|
"purescript-control": "^5.0.0"
|
2017-05-25 19:12:29 +00:00
|
|
|
}
|
|
|
|
}
|