mirror of https://github.com/jkjoy/sunpeiwen.git
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "hexo-log",
|
|
"version": "0.2.0",
|
|
"description": "Logger for Hexo",
|
|
"main": "lib/log",
|
|
"scripts": {
|
|
"eslint": "eslint .",
|
|
"jscs": "jscs .",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"repository": "hexojs/hexo-log",
|
|
"homepage": "http://hexo.io/",
|
|
"keywords": [
|
|
"website",
|
|
"blog",
|
|
"cms",
|
|
"framework",
|
|
"hexo"
|
|
],
|
|
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
|
|
"maintainers": [
|
|
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hexo-bunyan": "^1.0.0",
|
|
"chalk": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^5.2.0",
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-hexo": "^1.0.6",
|
|
"istanbul": "^0.4.2",
|
|
"jscs": "^2.9.0",
|
|
"jscs-preset-hexo": "^1.0.1",
|
|
"mocha": "^2.4.5",
|
|
"rewire": "^2.5.1",
|
|
"sinon": "^1.17.3"
|
|
}
|
|
}
|