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
|
|
|
"keywords": [
|
|
|
|
"purescript"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2016-02-12 17:55:12 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/purescript/purescript-prelude.git"
|
|
|
|
},
|
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": {
|
2016-02-12 16:37:14 +03:00
|
|
|
"purescript-eff": "^0.1.2",
|
|
|
|
"purescript-prelude": "^0.1.4"
|
2015-08-09 12:56:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-02-12 16:37:14 +03:00
|
|
|
"purescript-console": "^0.1.1",
|
|
|
|
"purescript-assert": "^0.1.1"
|
2015-08-09 12:56:26 +03:00
|
|
|
}
|
|
|
|
}
|