mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-11-22 12:52:16 +03:00
29 lines
634 B
JSON
29 lines
634 B
JSON
{
|
|
"name": "purescript-unique",
|
|
"homepage": "https://github.com/mechairoi/purescript-unique",
|
|
"description": "Data.Unique for PureScript",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mechairoi/purescript-unique.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"bower_components",
|
|
"node_modules",
|
|
"output",
|
|
"test",
|
|
"bower.json",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"purescript-prelude": "^6.0.0",
|
|
"purescript-effect": "^4.0.0",
|
|
"purescript-refs": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-console": "^6.0.0",
|
|
"purescript-assert": "^6.0.0"
|
|
}
|
|
}
|