-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.06 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
44
45
46
47
48
49
{
"name": "cadence",
"version": "2.0.0-dev0",
"description": "An XMPP web chat.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cburschka/cadence.git"
},
"keywords": [
"cadence",
"xmpp",
"strophe",
"chat",
"client"
],
"author": "Christoph Burschka",
"license": "MIT",
"bugs": {
"url": "https://github.com/cburschka/cadence/issues"
},
"homepage": "https://github.com/cburschka/cadence#readme",
"dependencies": {
"babel-polyfill": "^6.9.1",
"buzz": "^1.2.0",
"file-saver": "^1.3.3",
"isotope-layout": "^3.0.1",
"jquery": "^3.1.1",
"jquery-contextmenu": "^1.11.0",
"jquery-replacetext": "^1.1.0",
"moment": "^2.15.2",
"strophe-cadence": "^0.0.4",
"strophe.js": "^1.2.9",
"xbbcode": "^2.0.4"
},
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.9.0",
"js-yaml": "^3.6.1"
}
}