UNPKG

typemoq

Version:

A simple mocking library for TypeScript

65 lines (64 loc) 1.66 kB
{ "name": "typemoq", "version": "0.3.3", "description": "A simple mocking library for TypeScript", "author": "Florin Nitoi <florin.nitoi@gmail.com>", "license": "MIT", "main": "typemoq.js", "typings": "typemoq.node.d.ts", "repository": { "type": "git", "url": "git@github.com:florinn/typemoq.git" }, "bugs": "https://github.com/florinn/typemoq/issues", "keywords": [ "mock", "stub", "fake", "spy", "library", "sandbox", "typescript", "javascript" ], "dependencies": { "underscore": "^1.7.0" }, "devDependencies": { "chai": "^1.10.0", "del": "^0.1.3", "event-stream": "^3.1.7", "gulp": "^3.6.0", "gulp-add-src": "^0.2.0", "gulp-cache": "^0.1.1", "gulp-concat": "^2.4.3", "gulp-concat-sourcemap": "^1.3.1", "gulp-delete-lines": "^0.0.7", "gulp-filter": "^0.4.1", "gulp-if": "^1.2.5", "gulp-jshint": "^1.5.3", "gulp-karma": "0.0.4", "gulp-load-plugins": "^0.5.0", "gulp-mocha": "^2.2.0", "gulp-rename": "^1.2.0", "gulp-size": "^0.3.0", "gulp-sourcemaps": "^1.2.8", "gulp-typescript": "^2.3.0", "gulp-uglify": "^0.2.1", "gulp-watch": "^1.2.0", "jshint-stylish": "^0.2.0", "karma": "^0.12.28", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.1.7", "karma-firefox-launcher": "^0.1.4", "karma-ie-launcher": "^0.1.5", "karma-mocha": "^0.1.9", "karma-sauce-launcher": "^0.2.10", "main-bower-files": "^2.4.0", "mocha": "^2.0.1", "run-sequence": "^1.0.2" }, "engines": { "node": ">=0.10.0" } }