{
  "name": "mermaid",
  "version": "0.3.5",
  "description": "Markdownish syntax for generating flowcharts",
  "main": "src/main.js",
  "bin": {
    "mermaid": "./bin/mermaid.js"
  },
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/knsv/mermaid"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "chalk": "^0.5.1",
    "d3": "~3.4.13",
    "dagre-d3": "~0.3.3",
    "he": "^0.5.0",
    "minimist": "^1.1.0",
    "mkdirp": "^0.5.0",
    "moment": "^2.9.0",
    "semver": "^4.1.1",
    "which": "^1.0.8"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "browserify": "~6.2.0",
    "clone": "^0.2.0",
    "codeclimate-test-reporter": "0.0.4",
    "d3": "~3.4.13",
    "dagre-d3": "~0.3.3",
    "event-stream": "^3.2.0",
    "foundation": "^4.2.1-1",
    "front-matter": "^0.2.0",
    "gulp": "~3.8.9",
    "gulp-browserify": "^0.5.0",
    "gulp-bump": "^0.1.11",
    "gulp-concat": "~2.4.1",
    "gulp-data": "^1.1.1",
    "gulp-ext-replace": "~0.1.0",
    "gulp-hogan": "^1.1.0",
    "gulp-istanbul": "^0.4.0",
    "gulp-jasmine": "~1.0.1",
    "gulp-jison": "~1.0.0",
    "gulp-jshint": "^1.9.0",
    "gulp-less": "^1.3.6",
    "gulp-rename": "~1.2.0",
    "gulp-shell": "^0.2.10",
    "gulp-tag-version": "^1.2.1",
    "gulp-uglify": "~1.0.1",
    "he": "^0.5.0",
    "hogan.js": "^3.0.2",
    "jasmine": "~2.0.1",
    "jison": "~0.4.15",
    "jshint-stylish": "^1.0.0",
    "karma": "~0.12.20",
    "karma-chrome-launcher": "~0.1.5",
    "karma-jasmine": "~0.2.1",
    "karma-requirejs": "~0.2.2",
    "lodash": "^2.4.1",
    "lodash._escapestringchar": "^2.4.1",
    "lodash._objecttypes": "^2.4.1",
    "lodash._reinterpolate": "^2.4.1",
    "lodash._reunescapedhtml": "^2.4.1",
    "lodash.defaults": "^2.4.1",
    "lodash.templatesettings": "^2.4.1",
    "lodash.values": "^2.4.1",
    "marked": "^0.3.2",
    "mock-browser": "^0.90.27",
    "path": "^0.4.9",
    "phantomjs": "^1.9.12",
    "proxyquire": "^1.3.1",
    "rewire": "^2.1.3",
    "rimraf": "^2.2.8",
    "semantic-ui": "^1.4.1",
    "tape": "^3.0.3"
  }
}
