-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "waitsfor",
"version": "0.0.6",
"description": "Wait for truth of a condition using promises",
"author": "Lincoln Bryant <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/lincolndbryant/waitsfor.git"
},
"scripts": {
"prepublish": "gulp",
"test": "gulp test"
},
"license": "c",
"main": "index",
"devDependencies": {
"babel": "^5.8.21",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"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"
]
}