UNPKG

744 BJSONView Raw
1{
2 "name": "logasm",
3 "version": "1.1.0",
4 "author": "Salemove TechMovers <techmovers@salemove.com>",
5 "description": "It's logasmic",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/salemove/node-logasm.git"
9 },
10 "license": "Apache-2.0",
11 "main": "./lib/logasm",
12 "scripts": {
13 "test": "mocha"
14 },
15 "dependencies": {
16 "winston": "~> 2.3"
17 },
18 "devDependencies": {
19 "chai": "^4.0.1",
20 "memo-is": "~> 0.0.2",
21 "mocha": "^3.4.2",
22 "sinon": "^2.3.2",
23 "sinon-chai": "~> 2.8.0"
24 },
25 "directories": {
26 "test": "test"
27 },
28 "keywords": [
29 "logger"
30 ],
31 "bugs": {
32 "url": "https://github.com/salemove/node-logasm/issues"
33 },
34 "homepage": "https://github.com/salemove/node-logasm"
35}