{
  "name": "iobroker.statemachine",
  "version": "0.0.2",
  "description": "ioBroker State & timer machine",
  "author": {
    "name": "frankjoke",
    "email": "frankjoke@hotmail.com"
  },
  "homepage": "https://github.com/frankjoke/ioBroker.statemachine",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "statemachine",
    "timer",
    "scripts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/frankjoke/ioBroker.statemachine"
  },
  "dependencies": {
    "node-schedule": "^1.2.5",
    "suncalc": "^1.8.0"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-replace": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-jscs": "^3.0.1",
    "grunt-http": "^2.2.0",
    "mocha": "^3.5.3",
    "chai": "^4.1.2",
    "moment": "^2.20.1",
    "vis": "^4.21.0"
  },
  "main": "statemachine.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha"
  },
  "bugs": {
    "url": "https://github.com/frankjoke/ioBroker.statemachine/issues"
  },
  "readmeFilename": "README.md"
}
