-
Notifications
You must be signed in to change notification settings - Fork 12
/
bower.json
49 lines (49 loc) · 1.04 KB
/
bower.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
49
{
"name": "promise-window",
"description": "Lightweight wrapper around window.open() that adds Promise and postMessage support",
"licence": "MIT",
"keywords": [
"popup",
"window",
"open",
"window.open",
"promise",
"promise-aplus",
"postMessage"
],
"authors": [
"Alex Mercier <[email protected]> (http://amercier.com/)"
],
"repository": {
"type": "git",
"url": "git://github.com/amercier/promise-window.git"
},
"main": "dist/promise-window.js",
"ignore": [
".*",
"*.md",
"docs",
"deploy-github.sh",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"karma.conf.js",
"LICENSE",
"node_modules",
"package.json",
"src",
"tests"
],
"devDependencies": {
"jquery": "~2.1.3",
"qunit": "~1.17.1",
"sinon": "http://sinonjs.org/releases/sinon-1.12.2.js",
"rsvp": "~3.0.16",
"q": "~1.1.2",
"bind-polyfill": "~1.0.0",
"promise-polyfill": "~1.1.4",
"vow": "~0.4.8",
"ayepromise": "~1.1.1",
"requirejs": "~2.1.15"
}
}