{
  "name": "LXWebGui",
  "version": "0.0.1",
  "description": "A web application designed to run locally and provide a user interface over the LX node.js package scanner.",
  "main": "index.js",
  "dependencies": {
    "async": "^0.9.0",
    "express": "^4.5.1",
    "hbs": "^2.7.0",
    "multer": "^0.1.6",
    "rimraf": "^2.2.8",
    "socket.io": "^1.0.6",
    "underscore": "^1.7.0"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "jsdom": "1.0.1",
    "restler": "^3.2.2"
  },
  "bundleddependencies": [ 
    "lxutils"
  ], 
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bspurlin/lx"
  },
  "author": "Parker Edwards",
  "license": "MIT"
}
