2015-08-09 12:56:26 +03:00
|
|
|
{
|
|
|
|
"name": "purescript-unique",
|
|
|
|
"homepage": "https://github.com/mechairoi/purescript-unique",
|
2016-02-12 18:25:42 +03:00
|
|
|
"description": "Data.Unique for PureScript",
|
2015-08-09 12:56:26 +03:00
|
|
|
"license": "MIT",
|
2016-02-12 17:55:12 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-12 19:10:20 +03:00
|
|
|
"url": "git://github.com/mechairoi/purescript-unique.git"
|
2016-02-12 17:55:12 +03:00
|
|
|
},
|
2015-08-09 12:56:26 +03:00
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"bower_components",
|
2016-02-12 17:55:12 +03:00
|
|
|
"node_modules",
|
|
|
|
"output",
|
2015-08-09 12:56:26 +03:00
|
|
|
"test",
|
2016-02-12 17:55:12 +03:00
|
|
|
"bower.json",
|
|
|
|
"package.json"
|
2015-08-09 12:56:26 +03:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2023-03-02 16:01:16 +03:00
|
|
|
"purescript-prelude": "^6.0.0",
|
2023-03-07 03:58:36 +03:00
|
|
|
"purescript-effect": "^4.0.0",
|
|
|
|
"purescript-refs": "^6.0.0"
|
2015-08-09 12:56:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-02 16:01:16 +03:00
|
|
|
"purescript-console": "^6.0.0",
|
|
|
|
"purescript-assert": "^6.0.0"
|
2015-08-09 12:56:26 +03:00
|
|
|
}
|
|
|
|
}
|