ts-mocks-wallaby
Version:
Use ts-mocks to create Mock<T> objects for during Unit Tests And make sur eit's compatible with wallabyjs.com instrumentation
39 lines (38 loc) • 963 B
JSON
{
"version": "1.0.3",
"description": "Use ts-mocks to create Mock<T> objects for during Unit Tests And make sur eit's compatible with wallabyjs.com instrumentation",
"authors": [{
"name": "Johan Herscheid <johanherscheid@gmail.com>"
},{
"name": "Bart Ledoux <ledouxb@me.com>"
}],
"scripts": {
"prebuild": "typings install && rimraf lib",
"build": "tsc"
},
"keywords": [
"typescript",
"mocking",
"wallabyjs",
"wallaby"
],
"license": "MIT",
"name": "ts-mocks-wallaby",
"main": "lib/index.js",
"typings": "lib/index",
"files": [
"lib/",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/elevatebart/ts-mocks-wallaby.git"
},
"issues": "https://github.com/elevatebart/ts-mocks-wallaby/issues",
"devDependencies": {
"jasmine": "^2.5.2",
"rimraf": "^2.5.4",
"typescript": "^1.8.10",
"typings": "^1.3.3"
}
}