1234567891011121314151617181920212223242526 |
- {
- "name": "co-mocha",
- "main": "co-mocha.js",
- "version": "1.2.1",
- "homepage": "https://notabug.org/themusicgod1/co-mocha",
- "authors": [
- "Blake Embrey <hello@blakeembrey.com>"
- ],
- "description": "Enable support for generators in Mocha tests",
- "keywords": [
- "co",
- "mocha",
- "generators",
- "harmony",
- "tests"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "lib",
- "node_modules",
- "bower_components",
- "test.js"
- ]
- }
|