jingle-stanza
Version:
A jingle.js utility for creating xml stanzas from objects
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "jingle-stanza",
"version": "2.1.0",
"description": "A jingle.js utility for creating xml stanzas from objects",
"main": "index.js",
"scripts": {
"lint": "node_modules/.bin/semistandard",
"build": "node_modules/rollup/bin/rollup --config rollup.config.js",
"prepublish": "npm run build && npm run _test",
"_test": "node_modules/.bin/mocha --compilers js:babel-core/register test/test.js",
"test-server": "./watch-tests.sh",
"test": "npm run lint && npm run _test"
},
"repository": {
"type": "git",
"url": "https://github.com/xdumaine/jingle-stanza.git"
},
"keywords": [
"jingle",
"xmpp",
"stanza"
],
"author": "Xander Dumaine",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdumaine/jingle-stanza/issues"
},
"homepage": "https://github.com/xdumaine/jingle-stanza",
"dependencies": {
"jxt": "~3.0.2",
"jxt-xmpp-types": "~2.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"pre-push": "^0.1.1",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-uglify": "^1.0.1",
"semistandard": "^9.1.0",
"sinon": "^1.17.6"
}
}