Skip to content

Commit

Permalink
Generate bower.json with bower init
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerz committed Jun 28, 2014
1 parent 3f22364 commit 23b3206
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "eventproxy",
"main": "index.js",
"version": "0.3.1",
"homepage": "http://html5ify.com/eventproxy",
"authors": [
"[email protected]"
],
"description": "An implementation of task/event based asynchronous pattern",
"keywords": [
"event",
"task-base",
"event",
"machine",
"nested",
"callback",
"terminator"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}

0 comments on commit 23b3206

Please sign in to comment.