{
  "name":           "uupaa.plato.js",
  "version":        "0.8.18",
  "description":    "Plato support utility.",
  "url":            "https://github.com/uupaa/Plato.js",
  "keywords":       ["Plato", "util", "uupaa", "WebModule", "Stable"],
  "repository": {
    "type":         "git",
    "url":          "https://github.com/uupaa/Plato.js.git"
  },
  "scripts": {
    "test":         "npm run test-node; npm run test-browser",
    "test-node":    "",
    "test-browser": "",
    "lint":         "node ./bin/Plato.js bin/Plato.js; open lint/plato/index.html"
  },
  "x-build": {
    "source":       ["lib/Plato.js"],
    "output":       "release/Plato.min.js",
    "target":       [],
    "label":        ["@dev"],
    "module": {
      "develop":    [],
      "release":    []
    }
  },
  "dependencies": {
  },
  "devDependencies": {
  },
  "bin":            "./bin/",
  "lib":            "./lib/",
  "main":           "./index.js",
  "author":         "uupaa <uupaa.js@gmail.com>",
  "license":        "MIT",
  "contributors":   []
}
