File size: 696 Bytes
5fae594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "bluebird",
  "version": "1.0.0",
  "homepage": "https://github.com/petkaantonov/bluebird",
  "authors": [
    "Petka Antonov <petka_antonov@hotmail.com>"
  ],
  "description": "Bluebird is a full featured promise library with unmatched performance.",
  "main": "js/browser/bluebird.js",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "benchmark",
    "bower_components",
    "./browser",
    "js/zalgo",
    "node_modules",
    "test"
  ],
  "keywords": [
    "promise",
    "performance",
    "promises",
    "promises-a",
    "promises-aplus",
    "async",
    "await",
    "deferred",
    "deferreds",
    "future",
    "flow control",
    "dsl",
    "fluent interface"
  ]
}