sensortoy/www/libs/bluebird/.bower.json

44 lines
963 B
JSON
Raw Normal View History

2016-05-20 16:10:40 +00:00
{
"name": "bluebird",
"version": "3.4.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",
"node_modules",
"test"
],
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface"
],
"_release": "3.4.0",
"_resolution": {
"type": "version",
"tag": "v3.4.0",
"commit": "3aeb023d26df1e738e37a162a8f81b36afe1c6b9"
},
"_source": "https://github.com/petkaantonov/bluebird.git",
"_target": "^3.4.0",
"_originalSource": "bluebird",
"_direct": true
}