vconsole-liff
Version:
A plugin for vConsole to view LIFF information.
34 lines (33 loc) • 745 B
JSON
{
"name": "vconsole-liff",
"version": "1.0.1",
"description": "A plugin for vConsole to view LIFF information.",
"homepage": "https://github.com/polydice/vConsole-LIFF",
"author": "Polydice, Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/polydice/vConsole-LIFF.git"
},
"keywords": [
"console",
"vConsole",
"line",
"liff"
],
"main": "dist/vconsole-liff.min.js",
"license": "MIT",
"dependencies": {
"vconsole": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"html-loader": "^0.5.5",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
},
"scripts": {
"dist": "webpack"
}
}