mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
add bower.json, closes #45
This commit is contained in:
parent
c4c5c8d7b5
commit
50c183b509
1 changed files with 13 additions and 0 deletions
13
bower.json
Normal file
13
bower.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "strftime",
|
||||
"version": "0.8.2",
|
||||
"main": "strftime.js",
|
||||
"ignore": [
|
||||
"Readme.md",
|
||||
"Makefile",
|
||||
"test/*",
|
||||
"*.json"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Reference in a new issue