-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "strophe-joap",
"version": "0.0.2",
"description": "XEP-0075 (JOAP) plugin for strophe.js",
"main": "strophe.joap.js",
"scripts": {
"lint": "coffeelint *.coffee",
"test": "npm run lint && node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/strophe/strophejs-plugins.git"
},
"keywords": [
"XEP",
"0075",
"joap",
"xmpp",
"strophe"
],
"author": "Markus Kohlhase",
"license": "MIT",
"bugs": {
"url": "https://github.com/strophe/strophejs-plugins/issues"
},
"homepage": "https://github.com/strophe/strophejs-plugins",
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "~1.8.0",
"coffeelint": "^1.7.1",
"jquery": "^2.1.3",
"karma": "^0.12.28",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.0.1",
"phantomjs": "^1.9.12",
"punycode": "^1.3.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"strophe": "^1.1.3-1"
}
}