{
  "name": "engineering",
  "version": "1.0.1",
  "description": "Engineer lightweight finite state machines",
  "main": "index.js",
  "scripts": {
    "coveralls": "gulp coveralls",
    "coverage": "gulp coverage",
    "test": "gulp test",
    "watch": "gulp watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alfyboza/engineering.js.git"
  },
  "keywords": [
    "engineer",
    "engineering",
    "fsm",
    "statemachine"
  ],
  "author": "Alfonso Boza <alfonso@al.fon.so>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alfyboza/engineering.js/issues"
  },
  "homepage": "https://github.com/alfyboza/engineering.js",
  "dependencies": {},
  "devDependencies": {
    "chai": "^2.0.0",
    "del": "^1.1.1",
    "gulp": "^3.8.11",
    "gulp-coveralls": "^0.1.3",
    "gulp-eslint": "^0.7.0",
    "gulp-istanbul": "^0.6.0",
    "gulp-mocha": "^2.0.0",
    "gulp-open": "^0.3.2",
    "lodash": "^3.6.0",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.7.0",
    "uuid": "^2.0.1"
  }
}
