Newer
Older
ez-indexation / app / node_modules / mocha / bower.json
@kieffer kieffer on 7 Mar 2017 603 bytes v0.0.0
{
  "name": "mocha",
  "homepage": "https://mochajs.org",
  "description": "simple, flexible, fun test framework",
  "repository": {
    "type": "git",
    "url": "git://github.com/mochajs/mocha.git"
  },
  "main": [
    "mocha.js",
    "mocha.css"
  ],
  "ignore": [
    "bin",
    "editors",
    "images",
    "lib",
    "scripts",
    "test",
    "assets",
    "media",
    ".*",
    "index.js",
    "karma.conf.js",
    "browser-entry.js",
    "Makefile",
    "package.json",
    "appveyor.yml"
  ],
  "keywords": [
    "mocha",
    "test",
    "bdd",
    "tdd",
    "tap"
  ],
  "license": "MIT"
}