2014-08-01 02:28:44 -05:00
|
|
|
{
|
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",
|
2014-12-25 03:48:18 -06:00
|
|
|
"version": "2.0.1",
|
2014-08-01 02:28:44 -05:00
|
|
|
"homepage": "https://github.com/bluejamesbond/Scribe.js",
|
|
|
|
"keywords": [],
|
2014-08-01 18:40:21 -05:00
|
|
|
"author": {
|
|
|
|
"name": "Mathew Kurian",
|
|
|
|
"email": "MathewKurian@utexas.edu",
|
|
|
|
"url": "https://github.com/bluejamesbond"
|
|
|
|
},
|
2014-08-01 02:28:44 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-08-27 15:10:15 +02:00
|
|
|
"url": "git://github.com/bluejamesbond/Scribe.js.git"
|
2014-08-01 02:28:44 -05:00
|
|
|
},
|
|
|
|
"bugs": {
|
2014-08-27 15:10:15 +02:00
|
|
|
"url": "https://github.com/bluejamesbond/Scribe.js/issues"
|
2014-08-01 02:28:44 -05:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
2014-08-27 15:10:15 +02:00
|
|
|
"url": "https://github.com/bluejamesbond/Scribe.js/blob/master/LICENSE-MIT"
|
2014-08-01 02:28:44 -05:00
|
|
|
}
|
|
|
|
],
|
2014-12-21 13:08:06 +01:00
|
|
|
"main": "scribe.js",
|
2014-08-01 02:28:44 -05:00
|
|
|
"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",
|
2014-10-25 19:43:54 +02:00
|
|
|
"colors": "^1.0.0",
|
2014-12-25 03:39:55 -06:00
|
|
|
"express": "^4.0.0",
|
2014-08-01 02:28:44 -05:00
|
|
|
"mkdirp": "^0.5.0",
|
2014-12-25 03:39:55 -06:00
|
|
|
"moment": "^2.8.0"
|
2014-08-01 18:40:21 -05:00
|
|
|
},
|
2014-11-01 12:26:06 +01:00
|
|
|
"readmeFilename": "README.md"
|
2014-08-01 02:28:44 -05:00
|
|
|
}
|