File: bower.json

Recommend this page to a friend!
  Classes of Jonathan Gotti   D.js   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: D.js
Evaluate asynchronous conditions using promises
Author: By
Last change: Update of bower.json
Date: 2 years ago
Size: 590 bytes
 

Contents

Class file image Download
{ "name": "D.js", "version": "0.7.5", "homepage": "https://github.com/malko/D.js", "authors": [ "malko <jgotti@jgotti.org>" ], "description": "a tiny promise/A+ library", "main": "lib/D.min.js", "moduleType": [ "amd", "globals", "node" ], "keywords": [ "Promises", "A+", "Promises-aplus", "promise", "then", "async" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "gh-pages", "test", "tests", ".jscsrc", ".npmignore", ".travis.yml", "gruntfile.js" ] }