UNPKG

441 BJSONView Raw
1{
2 "name": "raft-logger",
3 "version": "0.1.1",
4 "description": "Open Source PaaS built on Node.JS - Logger module",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/MangoRaft/Logger.git"
9 },
10 "dependencies": {
11 "express": "*",
12 "punt": "2.1.0"
13 },
14
15 "bin": {
16 "log-server": "./bin/log-server.js"
17 },
18 "homepage": "http://logger.mangoraft.ca",
19 "author": "Tim <mangoraft@gmail.com>",
20 "license": "MIT"
21}