ac-koa-hipchat
Version:
A Koa.js library for building Atlassian Connect HipChat add-ons
21 lines (20 loc) • 377 B
JSON
{
"name": "test",
"displayName": "Test Name",
"description": "Test description",
"version": "0.1.0",
"author": {
"name": "Atlassian",
"url": "http://atlassian.com"
},
"development": {
"port": 3000
},
"test": {
"port": 4000
},
"production": {
"localBaseUrl": "https://atlassian-ack.herokuapp.com",
"redisEnv": "OPENREDIS_URL"
}
}