UNPKG

537 BJSONView Raw
1{
2 "name": "atom-mocha",
3 "version": "v2.0.2",
4 "description": "Run Atom specs using bleeding-edge Mocha and Chai.",
5 "repository": "https://github.com/Alhadis/Atom-Mocha",
6 "author": "John Gardner <gardnerjohng@gmail.com>",
7 "license": "ISC",
8 "main": "./index.js",
9 "atomTestRunner": "./index.js",
10 "scripts": {"install": "node ./bin/post-install.js"},
11 "engines": {
12 "atom": ">1.6.0"
13 },
14 "files": ["bin", "lib"],
15 "dependencies": {
16 "get-options": ">=1.1.0",
17 "print": "*",
18 "mocha": "*",
19 "chai": ">=4.1.2",
20 "diff": "*"
21 }
22}