UNPKG

790 BJSONView Raw
1{
2 "name": "chai-jq",
3 "version": "0.0.9",
4 "homepage": "https://github.com/FormidableLabs/chai-jq",
5 "authors": [
6 "Ryan Roemer <ryan.roemer@formidable.com>"
7 ],
8 "description": "An alternate jQuery assertion library for Chai.",
9 "main": "chai-jq.js",
10 "keywords": [
11 "test",
12 "assertion",
13 "assert",
14 "chai",
15 "chai-plugin",
16 "jquery",
17 "browser",
18 "vendor",
19 "dom"
20 ],
21 "license": "MIT",
22 "ignore": [
23 "**/.*",
24 "*.html",
25 "gulpfile.js",
26 "package.json",
27 "node_modules",
28 "bower_components",
29 "test",
30 "_templates"
31 ],
32 "devDependencies": {
33 "mocha": "1.13.0",
34 "sinon": "http://sinonjs.org/releases/sinon-1.7.3.js",
35 "chai": "1.8.1",
36 "jquery": "2.1.1",
37 "requirejs": "2.1.9",
38 "pure": "0.3.0"
39 }
40}