xmpp.chapril.org-conversejs/src/headless/package.json

40 lines
1008 B
JSON
Raw Normal View History

2018-10-07 17:46:55 +02:00
{
"name": "@converse/headless",
2020-01-09 15:56:54 +01:00
"version": "6.0.0",
2018-10-07 17:46:55 +02:00
"description": "Converse.js Headless build",
"author": "cmrd Senya <senya@riseup.net>",
"homepage": "https://conversejs.org",
2018-10-07 17:46:55 +02:00
"license": "MPL-2.0",
"main": "dist/converse-headless.min.js",
2018-10-07 17:46:55 +02:00
"files": [
"*.js",
"*.json",
"dist/",
"README.md",
"utils/*.js",
"templates/*.html",
"templates/*.svg"
2018-10-07 17:46:55 +02:00
],
"repository": {
"type": "git",
"url": "git+https://github.com/conversejs/converse.js.git"
2018-10-07 17:46:55 +02:00
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/conversejs/converse.js/issues"
2018-10-07 17:46:55 +02:00
},
"gitHead": "9641dcdc820e029b05930479c242d2b707bbe8e2",
"devDependencies": {
"skeletor.js": "skeletorjs/skeletor#bf6d9c86f9fcf224fa9d9af5a25380b77aa4b561",
2020-04-13 11:34:18 +02:00
"filesize": "^6.1.0",
"jed": "1.1.1",
"localforage": "^1.7.3",
2019-09-13 13:38:20 +02:00
"lodash": "^4.17.15",
"pluggable.js": "2.0.1",
"strophe.js": "1.3.4",
"twemoji": "^12.1.2"
2018-10-07 17:46:55 +02:00
}
}