caprese
Version:
Capped Log for Node.js
42 lines (40 loc) • 733 B
JSON
{
"author": {
"name": "Patrik Simek",
"url": "https://patriksimek.cz"
},
"name": "caprese",
"description": "Capped Log for Node.js",
"keywords": [
"capped",
"log",
"logger",
"circular"
],
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/patriksimek/caprese"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
},
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^1.12.0"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "mocha",
"prepublish": "coffee --compile --output ./lib ./src",
"watch": "coffee --compile --watch --output ./lib ./src"
}
}