diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..85e59dc --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "to-ms", + "main": "dest/to-ms.js", + "version": "1.1.0", + "homepage": "https://github.com/shuvalov-anton/to-ms", + "authors": [ + "Shuvalov Anton " + ], + "description": "Tiny chained milliseconds creation util", + "keywords": [ + "ms", + "milliseconds", + "chaining", + "setTimeout", + "setInterval", + "time", + "years", + "weeks", + "days", + "hours", + "minutes", + "seconds" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "coverage.html" + ] +}