Cable-Desktop/components/mocha/.bower.json
lilia 508c59e05c Rename bower_components
To components. Because tab-completion works better when there aren't two
things starting with bower, and shorter names are nicer to deal with in
general.
2014-10-30 16:53:08 -07:00

57 lines
No EOL
1.2 KiB
JSON

{
"name": "mocha",
"version": "2.0.1",
"homepage": "http://mocha.github.io/mocha",
"description": "simple, flexible, fun test framework",
"authors": [
"TJ Holowaychuk <tj@vision-media.ca>",
"Joshua Appelman <joshua@jbna.nl>",
"Oleg Gaidarenko <markelog@gmail.com>",
"Christoffer Hallas <christoffer.hallas@gmail.com>",
"Christopher Hiller <chiller@badwing.com>",
"Travis Jeffery <tj@travisjeffery.com>",
"Johnathan Ong <me@jongleberry.com>",
"Guillermo Rauch <rauchg@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/mochajs/mocha.git"
},
"main": [
"mocha.js",
"mocha.css"
],
"ignore": [
"bin",
"editors",
"images",
"lib",
"support",
"test",
".gitignore",
".npmignore",
".travis.yml",
"component.json",
"index.js",
"Makefile",
"package.json"
],
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"tap"
],
"license": "MIT",
"_release": "2.0.1",
"_resolution": {
"type": "version",
"tag": "2.0.1",
"commit": "4727d357ea5633bcaff863438cdb11bf6da9a391"
},
"_source": "git://github.com/visionmedia/mocha.git",
"_target": "~2.0.1",
"_originalSource": "mocha",
"_direct": true
}