{
  "name":           "uupaa.message.js",
  "version":        "0.0.6",
  "description":    "MessagePassing implementation.",
  "url":            "https://github.com/uupaa/Message.js",
  "keywords":       ["MessagePassing", "uupaa", "WebModule", "Unstable"],
  "repository": {
    "type":         "git",
    "url":          "https://github.com/uupaa/Message.js.git"
  },
  "scripts": {
    "watch":        "node node_modules/uupaa.watch.js --verbose --action build",
    "build":        "node node_modules/uupaa.minify.js --verbose --strict --keep --pretty",
    "build-simple": "node node_modules/uupaa.minify.js --verbose --strict --keep --pretty --nowrap --simple",
    "build-release":"node node_modules/uupaa.minify.js --verbose --strict --module",
    "test":         "npm run test-node; npm run test-browser",
    "test-page":    "node node_modules/uupaa.test.js/bin/TestPage.js --verbose",
    "test-debug":   "NODE_ENV=production NODE_PATH=lib node --debug-brk --harmony test/index.node.js",
    "test-node":    "NODE_ENV=production NODE_PATH=lib node --harmony test/index.node.js",
    "test-browser": "open test/index.html",
    "test-sim":     "node node_modules/uupaa.iphonesimulator.js --run --port 8585 --xcache --open test/index.html",
    "server":       "http-server -c-1 -p 8585 &",
    "server-stop":  "",
    "server-kill":  "killall -- node /usr/local/bin/http-server -p 8585 ; exit 0",
    "hint":         "jshint lib/*.js",
    "lint":         "node node_modules/uupaa.plato.js; open lint/plato/index.html"
  },
  "x-build": {
    "source":       ["lib/Message.js"],
    "output":       "release/Message.min.js",
    "target":       ["all"],
    "label":        ["@dev"],
    "module": {
      "develop":    ["uupaa.valid.js"],
      "release":    ["uupaa.task.js"]
    }
  },
  "dependencies": {
    "uupaa.task.js":    ""
  },
  "devDependencies": {
    "uupaa.nodemodule.js": "",
    "uupaa.reflection.js": "",
    "uupaa.iphonesimulator.js": "",
    "uupaa.console.js": "",
    "uupaa.valid.js":   "",
    "uupaa.help.js":    "",
    "uupaa.test.js":    "",
    "uupaa.watch.js":   "",
    "uupaa.plato.js":   "",
    "uupaa.minify.js":  "",
    "uupaa.webworker.js": ""
  },
  "lib":            "./lib/",
  "main":           "./index.js",
  "author":         "uupaa <uupaa.js@gmail.com>",
  "license":        "MIT",
  "contributors":   []
}
