xmpp-ftw-mam
Version:
MAM (XEP-0313) plugin for XMPP-FTW
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "xmpp-ftw-mam",
"version": "1.2.0",
"description": "MAM (XEP-0313) plugin for XMPP-FTW",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/xmpp-ftw/xmpp-ftw-mam.git"
},
"keywords": [
"mam",
"message archive management",
"xep-0313",
"json",
"xmpp",
"xml",
"translate"
],
"author": "Lloyd Watkin <lloyd@evilprofesssor.co.uk>",
"license": "Apache 2.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/xmpp-ftw/xmpp-ftw-mam/issues"
},
"dependencies": {
"ltx": "0.x",
"xmpp-ftw": "1.x"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.7.2",
"grunt-mocha-cli": "~1.4.0",
"grunt-mocha-istanbul": "^2.2.0",
"istanbul": "^0.3.5",
"mocha": "^2.0.1",
"should": "~1.2.2",
"xmpp-ftw": "1.x"
},
"peerDependencies": {
"xmpp-ftw": "1.x"
}
}