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": {
|
2018-07-08 23:16:48 +00:00
|
|
|
"purescript-aff": "^5.0.0",
|
2019-02-27 06:13:10 +00:00
|
|
|
"purescript-arrays": "^5.2.0",
|
|
|
|
"purescript-bifunctors": "^4.0.0",
|
|
|
|
"purescript-console": "^4.2.0",
|
|
|
|
"purescript-control": "^4.1.0",
|
|
|
|
"purescript-effect": "^2.0.1",
|
|
|
|
"purescript-either": "^4.1.1",
|
|
|
|
"purescript-exceptions": "^4.0.0",
|
2018-08-30 22:01:49 +00:00
|
|
|
"purescript-foldable-traversable": "^4.0.0",
|
2019-02-27 06:13:10 +00:00
|
|
|
"purescript-foreign": "^5.0.0",
|
|
|
|
"purescript-lists": "^5.4.0",
|
|
|
|
"purescript-maybe": "^4.0.1",
|
|
|
|
"purescript-newtype": "^3.0.0",
|
|
|
|
"purescript-node-buffer": "^5.0.0",
|
2019-06-03 17:43:10 +00:00
|
|
|
"purescript-node-child-process": "^6.0.0",
|
2018-07-08 23:16:48 +00:00
|
|
|
"purescript-node-fs": "^5.0.0",
|
2019-02-27 06:13:10 +00:00
|
|
|
"purescript-node-fs-aff": "^6.0.0",
|
2018-07-08 23:16:48 +00:00
|
|
|
"purescript-node-http": "^5.0.0",
|
2019-02-27 06:13:10 +00:00
|
|
|
"purescript-node-streams": "^4.0.0",
|
|
|
|
"purescript-nullable": "^4.1.1",
|
2019-06-03 17:43:10 +00:00
|
|
|
"purescript-options": "^5.0.0",
|
2019-04-26 03:06:15 +00:00
|
|
|
"purescript-ordered-collections": "^1.6.1",
|
2018-08-30 22:01:49 +00:00
|
|
|
"purescript-prelude": "^4.0.1",
|
2018-07-08 23:16:48 +00:00
|
|
|
"purescript-psci-support": "^4.0.0",
|
2019-02-27 06:13:10 +00:00
|
|
|
"purescript-refs": "^4.1.0",
|
2018-07-08 23:16:48 +00:00
|
|
|
"purescript-spec": "^3.0.0",
|
2019-02-27 06:13:10 +00:00
|
|
|
"purescript-strings": "^4.0.0",
|
|
|
|
"purescript-tuples": "^5.1.0",
|
|
|
|
"purescript-type-equality": "^3.0.0",
|
2018-08-30 22:01:49 +00:00
|
|
|
"purescript-unsafe-coerce": "^4.0.0"
|
2017-05-25 19:12:29 +00:00
|
|
|
}
|
|
|
|
}
|