Skip to content

Commit

Permalink
building lib and adding basic package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenb committed May 17, 2011
1 parent 471cfd1 commit 2ffbf32
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 0 deletions.
133 changes: 133 additions & 0 deletions lib/state_machine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions package.json
@@ -0,0 +1,18 @@
{
"author": "Stephen Blankenship",
"name": "state_machine",
"description": "A simple state machine written in CoffeeScript.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/stephenb/state_machine.git"
},
"scripts": {
"test": "cake test"
},
"engines": {
"node": "~v0.4.7"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 2ffbf32

Please sign in to comment.