-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "freedom-social-xmpp",
"description": "XMPP Social provider for freedomjs",
"version": "0.4.6",
"homepage": "http://freedomjs.org",
"bugs": {
"url": "http://github.com/freedomjs/freedom-social-xmpp/issues",
"email": "[email protected]"
},
"contributors": [
"Will Scott <[email protected]> (https://wills.co.tt/)",
"Raymond Cheng <[email protected]> (http://raymondcheng.net)"
],
"repository": {
"type": "git",
"url": "https://github.com/freedomjs/freedom-social-xmpp"
},
"scripts": {
"test": "grunt test --verbose",
"prepublish": "grunt test"
},
"devDependencies": {
"browser-request": "~0.3.3",
"es6-promise": "~2.0.0",
"freedom": "~0.6.19",
"freedom-for-chrome": "~0.4.12",
"freedom-for-firefox": "~0.6.8",
"freedom-for-node": "~0.2.12",
"grunt": "~0.4.2",
"grunt-browserify": "~3.2.1",
"grunt-bump": "0.0.16",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jasmine-chromeapp": "~1.6.0",
"grunt-jasmine-node2": "^0.4.0",
"grunt-npm": "0.0.2",
"grunt-prompt": "^1.3.0",
"node-xmpp-client": "1.0.0-alpha19"
},
"peerDependencies": {
"freedom": "~0.6.19"
}
}