ac-node-hipchat
Version:
A common module plugin for building Atlassian Connect add-ons for HipChat
45 lines (44 loc) • 988 B
JSON
{
"name": "ac-node-hipchat",
"displayName": "Atlassian Connect HipChat",
"description": "A common module plugin for building Atlassian Connect add-ons for HipChat",
"version": "0.2.14",
"author": "Atlassian (http://atlassian.com)",
"license": "Apache 2.0",
"engines": {
"node": "~0.10.29"
},
"main": "./lib/index.js",
"scripts": {
"test": "NODE_ENV=test mocha --harmony"
},
"dependencies": {
"ac-node": "^0.2.2",
"check-types": "^1.3.1",
"clone": "^0.1.17",
"jwt-simple": "^0.2.0",
"lodash": "^2.4.1",
"request": "^2.39.0",
"rsvp": "^3.0.9"
},
"devDependencies": {
"co": "^3.0.6",
"co-mocha": "0.0.4",
"co-wait": "0.0.0",
"mocha": "^1.21.0",
"sinon": "^1.10.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:rbergman/ac-node-hipchat.git"
},
"keywords": [
"atlassian",
"connect",
"atlassian-connect",
"hipchat"
]
}