uupaa.chrometrigger.js
Version:
Web Intent implementation. We will say Goodbye Android Browser!
51 lines (50 loc) • 2.17 kB
JSON
{
"name": "uupaa.chrometrigger.js",
"version": "0.3.2",
"description": "Web Intent implementation. We will say Goodbye Android Browser!",
"url": "https://github.com/uupaa/ChromeTrigger.js",
"keywords": ["WebIntent", "Intent", "Android", "Browser", "Goodbye", "uupaa", "WebModule"],
"repository": {
"type": "git",
"url": "https://github.com/uupaa/ChromeTrigger.js.git"
},
"scripts": {
"sync": "node ../WebModule/run/sync.js; npm update; node ../WebModule/run/page.js",
"min": "node ../WebModule/run/minify.js --verbose --strict --keep --pretty",
"build": "node ../WebModule/run/minify.js --verbose --strict --keep --release",
"watch": "node ../WebModule/run/watch.js --verbose --run lint",
"page": "node ../WebModule/run/page.js --verbose",
"test": "npm run min; npm run node; npm run browser",
"node": "NODE_ENV=production NODE_PATH=lib node --harmony test/node.js",
"noded": "NODE_ENV=production NODE_PATH=lib node --debug-brk --harmony test/node.js",
"browser": "open http://localhost:8000/ChromeTrigger.js/test/index.html",
"sim": "node ../WebModule/run/sim.js http://localhost:8000/ChromeTrigger.js/test/index.html",
"simx": "node ../WebModule/run/sim.js stop",
"lint": "eslint lib/*.js",
"score": "node ../WebModule/run/score.js; open lint/plato/index.html",
"patch": "node ../WebModule/run/patch.js",
"setup": "node ../WebModule/run/setup.js",
"start": "cd ../; Python -m SimpleHTTPServer 8000 &",
"stop": "killall -- Python -m SimpleHTTPServer 8000; exit 0",
"wiki": "node ../WebModule/run/wiki.js",
"add-src": "node ../WebModule/run/add-src.js"
},
"webmodule": {
"develop": false,
"label": ["@dev"],
"browser": {
"source": ["lib/IntentDialog.js", "lib/IntentDialogTemplate.js", "lib/lang/en.js", "lib/lang/ja.js", "lib/ChromeTrigger.js"],
"output": "release/ChromeTrigger.b.min.js"
}
},
"dependencies": {
"uupaa.useragent.js": "",
"uupaa.webintent.js": ""
},
"devDependencies": {},
"lib": "./lib/",
"main": "./index.js",
"author": "uupaa <uupaa.js@gmail.com>",
"license": "MIT",
"contributors": []
}