{
  "name": "vunode",
  "version": "0.6.3",
  "description": "framework for developing nodejs-vuejs applications",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/run.js"
  },
  "jsnext:main": "./front/front.js",
  "dependencies": {
    "acorn": "^4.0.3",
    "basic-auth": "^1.0.3",
    "bluebird": "^3.4.6",
    "body-parser": "^1.15.0",
    "cookie-parser": "^1.4.3",
    "cors": "^2.7.1",
    "escodegen": "^1.8.1",
    "express": "^4.13.4",
    "express-handlebars": "^3.0.0",
    "jsonwebtoken": "^7.1.9",
    "mongoof": "0.0.2",
    "nodemailer": "^2.5.0",
    "nodemailer-express-handlebars": "^2.0.0",
    "pul": "^0.0.9",
    "resolve": "^1.1.7",
    "rollup": "^0.36.1",
    "rollup-plugin-buble": "^0.14.0",
    "rollup-plugin-commonjs": "^5.0.4",
    "rollup-plugin-memory": "^2.0.0",
    "uglify-js": "^2.7.3",
    "uglifycss": "0.0.20",
    "vue": "^2.1.0",
    "vue-router": "^2.0.1",
    "vuex": "^2.0.0"
  },
  "author": "Alex Corvi <alex@arrayy.com>",
  "license": "MIT",
  "directories": {
    "test": "test"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexcorvi/vunode.git"
  },
  "keywords": [
    "vuejs",
    "vunode",
    "vuno",
    "node",
    "vue",
    "framework"
  ],
  "bugs": {
    "url": "https://github.com/alexcorvi/vunode/issues"
  },
  "homepage": "https://github.com/alexcorvi/vunode#readme"
}
