status-chat-widget/package.json

24 lines
525 B
JSON
Raw Permalink Normal View History

2019-04-09 21:22:27 +00:00
{
"name": "status-chat-widget",
"version": "1.0.0",
"description": "",
"scripts": {
2019-04-09 21:54:39 +00:00
"webpack": "webpack --config webpack.config.js"
2019-04-09 21:22:27 +00:00
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime-corejs2": "^7.3.1",
2019-04-11 02:52:31 +00:00
"identicon.js": "^2.3.3",
2019-04-09 21:54:39 +00:00
"murmur-client": "^0.3.8",
2019-04-09 21:22:27 +00:00
"null-loader": "^0.1.1",
2019-04-11 02:52:31 +00:00
"status-js-api": "^1.2.11",
2019-04-09 21:22:27 +00:00
"webpack": "^4.29.0",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"webpack-cli": "^3.3.0"
}
}