{
  "name": "stackit",
  "version": "0.0.6",
  "description": "fork stackedit as a local editor",
  "main": "res/main.js",
  "engines": {
    "node": "0.10.x"
  },
  "directories": {
    "doc": "doc"
  },
  "bin": {
    "stackit": "./bin/stackit"
  },  
  "dependencies": {
    "commander": "^2.3.0",
    "ejs": "~0.8.4",
    "express": "~3.16.6",
    "request": "~2.40.0",
    "socket.io": "^1.0.6",
    "ssh2": "^0.3.5"
  },
  "devDependencies": {
    "grunt-contrib-requirejs": "~0.4.3",
    "grunt-contrib-less": "~0.7.0",
    "grunt-string-replace": "~0.2.4",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-bower-requirejs": "~0.7.1",
    "grunt-bower-task": "~0.3.1",
    "grunt-bump": "0.0.11",
    "grunt-contrib-jshint": "~0.7.1",
    "grunt-jsbeautifier": "^0.2.7"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Benoit Schweblin",
  "license": "Apache License"
}
