forked from mirrors/Scribe.js
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "scribe",
|
|
"description": "Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date. And it is possibly the easiest logging you can implement. And it does everything you need a basic logger to do.",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/bluejamesbond/Scribe.js",
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Mathew Kurian",
|
|
"email": "MathewKurian@utexas.edu",
|
|
"url": "https://github.com/bluejamesbond"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bluejamesbond/Scribe.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bluejamesbond/Scribe.js/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/bluejamesbond/Scribe.js/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"main": "lib/scribe.js",
|
|
"scripts": {
|
|
"test": "grunt nodeunit"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "~0.6.4",
|
|
"grunt-contrib-nodeunit": "~0.2.0",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt": "~0.4.5"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsite": "^1.0.0",
|
|
"colors": "^1.0.0",
|
|
"express": "^4.7.2",
|
|
"mkdirp": "^0.5.0",
|
|
"moment": "^2.8.3"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
}
|