UNPKG

uupaa.nodemodule.js

Version:
59 lines (58 loc) 2.23 kB
{ "name": "uupaa.nodemodule.js", "version": "0.8.8", "description": "Node Module Utility.", "url": "https://github.com/uupaa/NodeModule.js", "keywords": ["Node", "Module", "util", "uupaa", "WebModule", "Unstable"], "repository": { "type": "git", "url": "https://github.com/uupaa/NodeModule.js.git" }, "scripts": { "init": "npm update; npm run build; npm run test-page", "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", "test-page": "node node_modules/uupaa.test.js/bin/TestPage.js", "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": "", "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/NodeModule.js"], "output": "release/NodeModule.min.js", "target": ["Node"], "label": [], "module": { "develop": [], "release": [] } }, "dependencies": { }, "devDependencies": { "uupaa.reflection.js": "", "uupaa.console.js": "", "uupaa.iphonesimulator.js": "", "uupaa.valid.js": "", "uupaa.help.js": "", "uupaa.task.js": "", "uupaa.test.js": "", "uupaa.watch.js": "", "uupaa.plato.js": "", "uupaa.minify.js": "" }, "lib": "./lib/", "main": "./index.js", "author": "uupaa <uupaa.js@gmail.com>", "license": "MIT", "contributors": [] }