| 12345678910111213141516171819202122232425 |
- {
- "author": "Andrei Rusu <andrei.rusu@beatfactor.net>",
- "name": "chai-nightwatch",
- "description": "",
- "license": "MIT",
- "version": "0.1.1",
- "repository": {
- "type": "git",
- "url": "https://github.com/beatfactor/chai"
- },
- "main": "./index",
- "scripts": {
- "test": "make test"
- },
- "engines": {
- "node": ">= 0.4.0"
- },
- "dependencies": {
- "assertion-error": "1.0.0",
- "deep-eql": "0.1.3"
- },
- "devDependencies": {
- "mocha": "1.21.x"
- }
- }
|