node-calender
Version:
today's calender
35 lines (34 loc) • 840 B
JSON
{
"name": "node-calender",
"version": "0.0.1",
"description": "today's calender",
"main": "index.js",
"preferGlobal": "true",
"bin": {
"node-calender": "./bin/node-calender"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/yunheli/node-calender.git"
},
"keywords": [
"calender",
"node-calender",
"today"
],
"author": "willcoding <liyunhehappy6@gmail.com> (http://willcoding.lofter.com/)",
"license": "https://github.com/yunheli/node-calender/new/master?filename=LICENSE.md",
"bugs": {
"url": "https://github.com/yunheli/node-calender/issues"
},
"homepage": "https://github.com/yunheli/node-calender",
"dependencies": {
"request": "^2.51.0",
"cheerio": "^0.18.0",
"iconv-lite": "^0.4.5",
"colors": "^1.0.3"
}
}