bower-json-0.8.0: test-resources/bower.json
{
"name": "purescript-prelude",
"homepage": "https://github.com/purescript/purescript-prelude",
"description": "The PureScript Prelude",
"keywords": [
"purescript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/purescript/purescript-prelude.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"gulpfile.js",
"package.json"
]
}