UNPKG

559 BJSONView Raw
1{
2 "name": "atlassian-connect-express-hipchat",
3 "version": "0.1.8",
4 "description": "HipChat compatibility layer for atlassian-connect-express (ACE)",
5 "main": "index.js",
6 "dependencies": {
7 "request": "~2.16.6",
8 "lodash": "~2.4.1",
9 "rsvp": "~2.0.1",
10 "jwt-simple": "~0.1.0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://bitbucket.org/hipchat/atlassian-connect-express-hipchat"
15 },
16 "keywords": [
17 "atlassian",
18 "connect",
19 "express",
20 "hipchat"
21 ],
22 "author": "Rich Manalang",
23 "license": "Apache 2.0"
24}