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

35 lines
872 B
JSON
Raw Normal View History

2018-10-07 17:46:55 +02:00
{
"name": "@converse/headless",
2019-10-08 14:22:56 +02:00
"version": "5.0.4",
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",
"templates/*"
],
"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": {
"backbone": "1.4",
"backbone.browserStorage": "0.0.5",
"filesize": "^4.1.2",
"jed": "1.1.1",
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
}
}