24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"name": "status-chat-widget",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"webpack": "webpack --config webpack.config.js"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime-corejs2": "^7.3.1",
|
|
"identicon.js": "^2.3.3",
|
|
"murmur-client": "^0.3.8",
|
|
"null-loader": "^0.1.1",
|
|
"status-js-api": "^1.2.11",
|
|
"webpack": "^4.29.0",
|
|
"webpack-merge": "^4.2.1",
|
|
"webpack-node-externals": "^1.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"webpack-cli": "^3.3.0"
|
|
}
|
|
}
|