Files
purescript-yaml/bower.json
2021-03-20 11:01:33 +00:00

26 lines
651 B
JSON

{
"name": "purescript-yaml-next",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/archaeron/purescript-yaml-next"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-argonaut-codecs": "^v8.0.0",
"purescript-argonaut-core": "^v6.0.0",
"purescript-effect": "^v3.0.0",
"purescript-foreign": "^v6.0.0",
"purescript-functions": "^v5.0.0",
"purescript-ordered-collections": "^v2.0.0",
"purescript-unsafe-coerce": "^v5.0.0"
}
}