Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Sep 29, 2014
1 parent 01fea96 commit 54d50a6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <anton_shuvalov@me.com>"
],
"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"
]
}

0 comments on commit 54d50a6

Please sign in to comment.