Skip to content

Commit

Permalink
Silly Euge, I didn't write this!
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlen Cuss committed May 16, 2012
1 parent c71df89 commit 8d3c8c6
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions package.json
@@ -1,13 +1,16 @@
{
"name" : "noblemachine",
"version" : "v1.0.0",
"description" : "NodeJS implementation of a finite-state machine with added conventions to make asynchronous coding less painful",
"homepage" : "http://github.com/noblesamurai/noblemachine",
"keywords" : ["async", "asynchronous", "fsm", "state machine", "state-machine", "flow-control", "flow control"],
"author" : "Arlen Cuss <arlen@noblesamurai.com>",
"maintainers" : ["Eugene Ware <eugene@noblesamurai.com>"],
"licenses" : ["MIT"],
"dependencies" : [],
"main" : "./noblemachine",
"repository" : { "type": "git", "url": "http://github.com/noblesamurai/noblemachine.git" }
"name": "noblemachine",
"version": "v1.0.0",
"description": "NodeJS implementation of a finite-state machine with added conventions to make asynchronous coding less painful",
"homepage": "http://github.com/noblesamurai/noblemachine",
"keywords": ["async", "asynchronous", "fsm", "state machine", "state-machine", "flow-control", "flow control"],
"author": "Daniel Assange <daniel@noblesamurai.com>",
"maintainers": ["Eugene Ware <eugene@noblesamurai.com>", "Arlen Cuss <arlen@noblesamurai.com>"],
"licenses": ["MIT"],
"dependencies": [],
"main": "./noblemachine",
"repository": {
"type": "git",
"url": "git://github.com/noblesamurai/noblemachine.git"
}
}

0 comments on commit 8d3c8c6

Please sign in to comment.