Files
cypress/bower.json
T
Brian Mann 229ac13a46 bower init
2014-06-15 16:57:20 -04:00

24 lines
370 B
JSON

{
"name": "eclectus",
"version": "0.0.0",
"homepage": "https://github.com/brian-mann/eclectus",
"authors": [
"brian.mann86@gmail.com"
],
"moduleType": [
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"labjs": "*"
}
}