{
  "name": "rosmaro",
  "license": "MIT",
  "description": "Visual automata-based programming in functional JavaScript.",
  "keywords": [
    "fsm",
    "visual programming",
    "finite state machine",
    "automata-based programming",
    "functional programming"
  ],
  "version": "0.8.4",
  "author": "Łukasz Makuch <kontakt@lukaszmakuch.pl> (http://lukaszmakuch.pl)",
  "dependencies": {
    "ramda": "^0.25.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-syntax-object-rest-spread": "^6.13.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.24.1",
    "jest": "^23.6.0"
  },
  "jest": {
    "testRegex": "((\\.|/)(test|spec))\\.jsx?$"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "rm -rf dist && babel src -d dist --ignore **/*.test.js,src/testUtils.js",
    "test": "./node_modules/.bin/jest --watch",
    "prepublish": "npm run build"
  }
}
