UNPKG

603 BJSONView Raw
1{
2 "name": "mocha",
3 "homepage": "https://mochajs.org",
4 "description": "simple, flexible, fun test framework",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/mochajs/mocha.git"
8 },
9 "main": [
10 "mocha.js",
11 "mocha.css"
12 ],
13 "ignore": [
14 "bin",
15 "editors",
16 "images",
17 "lib",
18 "scripts",
19 "test",
20 "assets",
21 "media",
22 ".*",
23 "index.js",
24 "karma.conf.js",
25 "browser-entry.js",
26 "Makefile",
27 "package.json",
28 "appveyor.yml"
29 ],
30 "keywords": [
31 "mocha",
32 "test",
33 "bdd",
34 "tdd",
35 "tap"
36 ],
37 "license": "MIT"
38}