UNPKG

@carbon-io/test-tube

Version:
40 lines (39 loc) 948 B
{ "name": "@carbon-io/test-tube", "version": "0.7.4", "description": "Test framework for Carbon.io", "keywords": ["carbon-io"], "contributors": [ "Will Shulman <will@objectlabs.com>", "Greg Banks <greg@objectlabs.com>" ], "repository" : { "type" : "git", "url" : "https://github.com/carbon-io/test-tube.git" }, "main": "lib/index.js", "engines": { "node": ">= 6.0.0" }, "devDependencies": { "body-parser": "1.x", "express": "4.x", "mockery": "2.0.x", "nock": "9.0.x", "sinon": "2.4.x" }, "dependencies" : { "@carbon-io/atom": "0.8.x", "@carbon-io/bond": "0.7.x", "@carbon-io/fibers": "0.8.x", "@carbon-io/ejson": "0.6.x", "@carbon-io/http-errors": "0.2.x", "@carbon-io/leafnode": "0.5.x", "deep-diff": "0.3.x", "lodash" : "4.5.x", "colour": "0.7.x", "minimatch": "3.0.x" }, "scripts": { "test": "node test" }, "preferGlobal": false }