promise-mock
Version:
Promise mock library for synchronous Promise testing
37 lines (36 loc) • 907 B
JSON
{
"name": "promise-mock",
"version": "2.1.0",
"description": "Promise mock library for synchronous Promise testing",
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
"test": "JASMINE_CONFIG_PATH=jasmine.json ./node_modules/jasmine/bin/jasmine.js;",
"build": "run-p build:**",
"build:cjs": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://taylorhakes@github.com/taylorhakes/promise-mock.git"
},
"author": "Taylor Hakes",
"license": "MIT",
"bugs": {
"url": "https://github.com/taylorhakes/promise-mock/issues"
},
"homepage": "https://github.com/taylorhakes/promise-mock",
"devDependencies": {
"jasmine": "^2.3.1",
"npm-run-all": "^4.1.2",
"rollup": "^0.52.0"
},
"keywords": [
"promise",
"promise-polyfill",
"ES6",
"promises-aplus"
],
"dependencies": {
"promise-polyfill": ">=7.0.0"
}
}