mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-11-30 03:15:53 +03:00
19 lines
369 B
JSON
19 lines
369 B
JSON
|
{
|
||
|
"name": "purescript-unique",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Data.Unique for PureScript",
|
||
|
"dependencies": {
|
||
|
"gulp-run": "^1.6.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"gulp": "^3.8.10",
|
||
|
"gulp-purescript": "^0.3.1",
|
||
|
"vinyl-source-stream": "^1.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "gulp test",
|
||
|
"make": "gulp make",
|
||
|
"watch": "gulp watch"
|
||
|
}
|
||
|
}
|