forked from mirrors/Scribe.js
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "scribe-js",
|
|
"description": "Comprehensive logging framework with online interface",
|
|
"version": "2.0.3",
|
|
"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": "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.0.0",
|
|
"mkdirp": "^0.5.0",
|
|
"moment": "^2.8.0"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
}
|