{
  "name": "@vnc/base",
  "version": "0.0.2",
  "description": "This is the default package of Virtual Node CSM",
  "main": "./libs/index.js",
  "scripts": {
    "start": "./node_modules/.bin/babel-node libs/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vncsm/base.git"
  },
  "keywords": [
    "csm",
    "framework",
    "nodejs",
    "virtual"
  ],
  "author": "Hồ Duy Quốc Bảo <hoduyquocbao@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vncsm/base/issues"
  },
  "homepage": "https://github.com/vncsm/base#readme",
  "dependencies": {
    "body-parser": "^1.17.1",
    "express": "^4.15.2",
    "morgan": "^1.7.0",
    "pug": "^2.0.0-beta11",
    "rimraf": "^2.6.1"
  }
}
