-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 718 Bytes
/
Copy pathbower.json
File metadata and controls
34 lines (34 loc) · 718 Bytes
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
{
"name": "creed",
"homepage": "https://github.com/briancavalier/creed",
"authors": [
"Brian Cavalier <brian@hovercraftstudios.com>"
],
"license": "MIT",
"description": "Sophisticated and functionally-minded async with advanced features: coroutines, promises, ES2015 iterables, fantasy-land",
"main": "dist/creed.js",
"repository": {
"type": "git",
"url": "https://github.com/briancavalier/creed.git"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"promise",
"promises",
"promises/a+",
"promises-aplus",
"async"
],
"ignore": [
"**/.*",
"package.json",
"src",
"test",
"node_modules",
"bower_components"
]
}