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

37 lines
974 B
JSON
Raw Normal View History

2018-10-07 17:46:55 +02:00
{
"name": "@converse/headless",
2019-04-04 12:33:08 +02:00
"version": "4.2.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.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",
2018-10-07 17:46:55 +02:00
"es6-promise": "^4.1.0",
"filesize": "^3.6.1",
"jed": "1.1.1",
2019-01-29 14:03:19 +01:00
"lodash": "^4.17.11",
"pluggable.js": "2.0.1",
"strophe.js": "strophe/strophejs#c572c9b1a5c95529784b363fcfe927b281c2f62e",
"twemoji": "^11.0.1",
2018-10-07 17:46:55 +02:00
"urijs": "^1.19.1"
}
}