Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.bower.json « es6-promise « vendor « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8c28b04e5327437376efd7b14ccd594e22de978 (plain)
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
{
  "name": "es6-promise",
  "namespace": "Promise",
  "version": "2.3.0",
  "description": "A polyfill for ES6-style Promises, tracking rsvp",
  "authors": [
    "Stefan Penner <stefan.penner@gmail.com>"
  ],
  "main": "dist/es6-promise.js",
  "keywords": [
    "promise"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jakearchibald/ES6-Promises.git"
  },
  "bugs": {
    "url": "https://github.com/jakearchibald/ES6-Promises/issues"
  },
  "license": "MIT",
  "ignore": [
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "vendor",
    "tasks"
  ],
  "homepage": "https://github.com/jakearchibald/es6-promise",
  "_release": "2.3.0",
  "_resolution": {
    "type": "version",
    "tag": "2.3.0",
    "commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5"
  },
  "_source": "https://github.com/jakearchibald/es6-promise.git",
  "_target": "~2.3.0",
  "_originalSource": "https://github.com/jakearchibald/es6-promise.git",
  "_direct": true
}