xmpp.chapril.org-conversejs/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

{
2013-07-25 09:12:17 +02:00
"name": "converse.js",
2016-02-10 11:39:28 +01:00
"version": "0.10.1",
2013-07-25 09:12:17 +02:00
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {
2015-01-17 13:26:16 +01:00
"doc": "docs",
"locale": "locale",
"src": "src"
2013-07-25 09:12:17 +02:00
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/jcbrand/converse.js.git"
},
"keywords": [
"XMPP",
"Jabber",
"chat",
"messaging",
"chatrooms",
"webchat"
],
"author": "JC Brand",
2015-10-25 18:49:35 +01:00
"license": "MPL-2.0",
2013-07-25 09:12:17 +02:00
"bugs": {
"url": "https://github.com/jcbrand/converse.js/issues"
},
2015-01-17 13:26:16 +01:00
"engines": {
"browser": "*"
},
"devDependencies": {
2014-05-07 09:38:42 +02:00
"bower": "latest",
"grunt": "~0.4.4",
2014-05-07 09:38:42 +02:00
"grunt-cli": "~0.1.13",
"grunt-contrib-cssmin": "~0.9.0",
2014-09-22 17:06:22 +02:00
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-requirejs": "~0.4.3",
2015-01-17 13:26:16 +01:00
"grunt-json": "^0.1.3",
"grunt-touch": "^0.1.0",
"http-server": "^0.7.4",
2014-05-07 09:38:42 +02:00
"less": "~1.7.0",
"phantom-jasmine": "0.1.8",
"phantomjs": "~1.9.7-1",
2014-09-22 17:06:22 +02:00
"po2json": "^0.3.0"
},
"dependencies": {
2015-10-25 18:49:35 +01:00
"jshint": "^2.8.0",
2015-01-17 13:26:16 +01:00
"requirejs": "~2.1.15"
2013-07-25 09:12:17 +02:00
}
}