OSDN Git Service

GeorgeValergas/embrr
[embrj/master.git] / test / bower_components / chai / bower.json
1 {
2     "name": "chai"
3   , "version": "1.8.1"
4   , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
5   , "license": "MIT"
6   , "keywords": [
7         "test"
8       , "assertion"
9       , "assert"
10       , "testing"
11       , "chai"
12     ]
13   , "main": "chai.js"
14   , "ignore": [
15         "build"
16       , "components"
17       , "lib"
18       , "node_modules"
19       , "support"
20       , "test"
21       , "index.js"
22       , "Makefile"
23       , ".*"
24     ]
25   , "dependencies": {}
26   , "devDependencies": {}
27 }