Newer
Older
ez-indexation / app / node_modules / chai / bower.json
@kieffer kieffer on 7 Mar 2017 448 bytes v0.0.0
{
  "name": "chai",
  "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
  "license": "MIT",
  "keywords": [
    "test",
    "assertion",
    "assert",
    "testing",
    "chai"
  ],
  "main": "chai.js",
  "ignore": [
    "build",
    "components",
    "lib",
    "node_modules",
    "support",
    "test",
    "index.js",
    "Makefile",
    ".*"
  ],
  "dependencies": {},
  "devDependencies": {}
}