mirror of
https://github.com/ilyakooo0/purescript-spec-mocha.git
synced 2024-11-28 23:13:20 +03:00
23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"name": "purescript-spec-mocha",
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/owickstrom/purescript-spec-mocha.git"
|
|
},
|
|
"moduleType": [
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-foldable-traversable": "^2.0.0",
|
|
"purescript-spec": "^0.11.0"
|
|
}
|
|
}
|