* Modernize tooling & fix CI - Remove old spago & psc-package files - Update dependencies - Move to github actions instead of travis CI - Use purescript 0.14.0 in nix-shell * Re-add all referenced dependencies to bower file * Build in a separate action step
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
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": "^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"
|
|
}
|
|
}
|