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": {
|
|
|
|
"purescript-prelude": "^3.0.0",
|
2017-07-23 19:17:02 +00:00
|
|
|
"purescript-aff": "^3.1.0",
|
2017-08-02 04:43:14 +00:00
|
|
|
"purescript-node-fs": "^4.0.0",
|
2017-09-26 06:08:07 +00:00
|
|
|
"purescript-node-http": "^4.1.0",
|
|
|
|
"purescript-strings": "^3.3.0",
|
|
|
|
"purescript-foldable-traversable": "^3.6.0"
|
2017-05-25 19:12:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"purescript-psci-support": "^3.0.0",
|
2017-07-10 10:17:13 +00:00
|
|
|
"purescript-spec": "^1.0.0",
|
2017-09-27 13:55:36 +00:00
|
|
|
"purescript-unsafe-coerce": "^3.0.0",
|
|
|
|
"purescript-node-fs-aff": "^4.0.0"
|
2017-05-25 19:12:29 +00:00
|
|
|
}
|
|
|
|
}
|