{
  "name": "viewnode",
  "version": "1.3.0",
  "description": "simple view engine",
  "main": "dist.js",
  "scripts": {
    "build": "rollup index.js --format umd --name viewnode --file dist.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uxnow/viewnode.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/uxnow/viewnode/issues"
  },
  "homepage": "https://github.com/uxnow/viewnode#readme",
  "devDependencies": {
    "rollup": "^2.3.2"
  }
}
