jasmine-es6-promise-matchers
Version:
Jasmine matchers for testing ES6 Promises
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "jasmine-es6-promise-matchers",
"version": "2.1.2",
"homepage": "https://github.com/bvaughn/jasmine-es6-promise-matchers",
"description": "Jasmine matchers for testing ES6 Promises",
"authors": [
"Brian Vaughn <brian.david.vaughn@gmail.com>"
],
"keywords": [
"Promise",
"ES6Promise",
"Jasmine",
"matchers",
"unit",
"test",
"tests"
],
"license": "Apache License Version 2.0,",
"main": "jasmine-es6-promise-matchers.js",
"directories": {},
"dependencies": {},
"devDependencies": {
"es6-promise": "^2.0.1",
"jasmine": "2.1.1",
"jasmine-core": "^2.2.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.0",
"karma-jasmine": "^1.1.0"
},
"scripts": {
"test": "karma start karma.conf.js --single-run",
"tdd": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bvaughn/jasmine-es6-promise-matchers.git"
},
"bugs": {
"url": "https://github.com/bvaughn/jasmine-es6-promise-matchers/issues"
}
}