Skip to content

Commit

Permalink
Merge pull request #54 from rogerz/add-bower-support
Browse files Browse the repository at this point in the history
Generate bower.json with bower init. Solve #53
  • Loading branch information
JacksonTian committed Jun 28, 2014
2 parents 3f22364 + 23b3206 commit 034909f
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 034909f

Please sign in to comment.