waitsfor
Version:
Wait for truth of a condition using promises
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "waitsfor",
"version": "0.0.6",
"description": "Wait for truth of a condition using promises",
"author": "Lincoln Bryant <bryant.lincoln@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/lincolndbryant/waitsfor.git"
},
"scripts": {
"prepublish": "gulp",
"test": "gulp test"
},
"license": "c",
"main": "index",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.3.0",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-header": "^1.2.2",
"gulp-jasmine-phantom": "^1.1.3",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.5",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.2.0",
"gulp-wrap-umd": "^0.2.1",
"node.extend": "^1.1.3"
},
"dependencies": {
"babel": "^5.3.0",
"q": "^1.4.0"
},
"bugs": {
"url": "https://github.com/lincolndbryant/waitsfor/issues"
},
"homepage": "https://github.com/lincolndbryant/waitsfor#readme",
"keywords": [
"jasmine",
"async",
"promise",
"Q",
"deferred"
]
}