Skip to content

Commit

Permalink
npm project
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 3, 2017
1 parent 82b83dc commit fe7538c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.json
@@ -0,0 +1,35 @@
{
"name": "jssm",
"version": "0.1.0",
"description": "A Javascript state machine with a simple API. Well tested, and typed with Flowtype. MIT License.",
"main": "dist/jssm.es5.browserified.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StoneCypher/jssm.git"
},
"keywords": [
"state",
"state-machine",
"machine",
"finite-state-machine",
"fsm",
"fsm-library",
"js",
"javascript",
"javascript-library",
"mit-license",
"tested",
"typed",
"typed-js",
"flowtype"
],
"author": "John Haugeland <stonecypher@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StoneCypher/jssm/issues"
},
"homepage": "https://github.com/StoneCypher/jssm#readme"
}

0 comments on commit fe7538c

Please sign in to comment.