Scribe.js/package.json

36 lines
873 B
JSON
Raw Permalink Normal View History

{
2014-12-25 03:38:52 -06:00
"name": "scribe-js",
2014-12-25 03:46:55 -06:00
"description": "Comprehensive logging framework with online interface",
2015-01-18 22:30:16 -06:00
"version": "2.0.4",
"homepage": "https://github.com/bluejamesbond/Scribe.js",
"keywords": [],
"author": {
"name": "Mathew Kurian",
"email": "MathewKurian@utexas.edu",
"url": "https://github.com/bluejamesbond"
},
"repository": {
"type": "git",
2014-08-27 15:10:15 +02:00
"url": "git://github.com/bluejamesbond/Scribe.js.git"
},
"bugs": {
2014-08-27 15:10:15 +02:00
"url": "https://github.com/bluejamesbond/Scribe.js/issues"
},
"licenses": [
{
"type": "MIT",
2014-08-27 15:10:15 +02:00
"url": "https://github.com/bluejamesbond/Scribe.js/blob/master/LICENSE-MIT"
}
],
"main": "scribe.js",
"license": "MIT",
"dependencies": {
"callsite": "^1.0.0",
2014-10-25 19:43:54 +02:00
"colors": "^1.0.0",
2014-12-25 03:39:55 -06:00
"express": "^4.0.0",
"mkdirp": "^0.5.0",
2014-12-25 03:39:55 -06:00
"moment": "^2.8.0"
},
2014-11-01 12:26:06 +01:00
"readmeFilename": "README.md"
}