From c0eeea1701e6253e91ed013a82c631672447dc88 Mon Sep 17 00:00:00 2001 From: Eliel Haouzi Date: Fri, 16 Oct 2015 11:54:11 +0300 Subject: [PATCH] adding this library to the bower packages --- bower.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b547415 --- /dev/null +++ b/bower.json @@ -0,0 +1,35 @@ +{ + "name": "promisejs", + "version": "1.0.0", + "homepage": "http://stackp.online.fr/", + "authors": [ + "Pierre stackp " + ], + "repository": { + "type": "git", + "url": "git://github.com/stackp/promisejs.git" + }, + "description": "Lightweight javascript implementation of promises.", + "main": "promise.js", + "moduleType": [ + "amd" + ], + "keywords": [ + "promise", + "promisejs", + "async-function", + "get", + "post", + "put", + "del", + "ajax" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}