UNPKG

teams

Version:

The team application allows teams to be created and maintained. When teams are created or modified, the teams application will generate events.

27 lines (26 loc) 601 B
{ "name": "teams", "version": "0.0.1", "description": "", "main": "teams.js", "dependencies": { "http-helper-functions": "^0.0.8", "node-uuid": "^1.4.7", "pg": "^6.0.3", "pg-event-producer": "^0.0.4" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/30x/teams.git" }, "author": "Martin Nally", "license": "Apache-2.0", "bugs": { "url": "https://github.com/30x/teams/issues" }, "homepage": "https://github.com/30x/teams#readme" }