hexo/node_modules/hexo-renderer-stylus/package.json

47 lines
938 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"name": "hexo-renderer-stylus",
"version": "2.1.0",
"description": "Stylus renderer plugin for Hexo",
"main": "index",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc --reporter=lcov --reporter=text npm run test"
},
"directories": {
"lib": "./lib"
},
"files": [
"lib",
"index.js"
],
"repository": "hexojs/hexo-renderer-stylus",
"keywords": [
"hexo",
"stylus",
"css",
"style",
"stylesheet",
"styl",
"renderer"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"license": "MIT",
"dependencies": {
"nib": "^1.2.0",
"stylus": "^0.57.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^8.5.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "^6.0.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0"
},
"engines": {
"node": ">=12.13.0"
}
}