purescript-spec-mocha/bower.json
2019-09-05 07:15:03 +02:00

24 lines
471 B
JSON

{
"name": "purescript-spec-mocha",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/owickstrom/purescript-spec-mocha.git"
},
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-console": "^4.0.0",
"purescript-foldable-traversable": "^4.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-spec": "^4.0.0"
}
}