Scribe.js/package.json

48 lines
1.1 KiB
JSON
Raw 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",
"version": "2.0.1",
"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",
"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",
"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"
}