UNPKG

uupaa.test.js

Version:
54 lines (53 loc) 2.01 kB
{ "name": "uupaa.test.js", "version": "0.15.0", "description": "Test Runner.", "url": "https://github.com/uupaa/Test.js", "keywords": ["test", "util", "uupaa", "WebModule", "Unstable"], "repository": { "type": "git", "url": "https://github.com/uupaa/Test.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; npm run test-browser", "test-page": "node 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", "hint": "jshint lib/*.js", "lint": "node node_modules/uupaa.plato.js; open lint/plato/index.html" }, "x-build": { "source": ["lib/Test.js"], "output": "release/Test.min.js", "target": ["all"], "label": ["@dev"], "module": { "develop": ["uupaa.valid.js"], "release": ["uupaa.task.js"] } }, "dependencies": { "uupaa.task.js": "" }, "devDependencies": { "uupaa.reflection.js": "", "uupaa.nodemodule.js": "", "uupaa.console.js": "", "uupaa.valid.js": "", "uupaa.help.js": "", "uupaa.watch.js": "", "uupaa.plato.js": "", "uupaa.minify.js": "" }, "lib": "./lib/", "main": "./index.js", "author": "uupaa <uupaa.js@gmail.com>", "license": "MIT", "contributors": [] }