From fe7538c312aa3e105ad7de8459d31216f76be54d Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Tue, 2 May 2017 22:03:34 -0700 Subject: [PATCH] npm project --- package.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..d2579486 --- /dev/null +++ b/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 ", + "license": "MIT", + "bugs": { + "url": "https://github.com/StoneCypher/jssm/issues" + }, + "homepage": "https://github.com/StoneCypher/jssm#readme" +}