mirror of https://github.com/sparanoid/7z.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.8 KiB
71 lines
1.8 KiB
{
|
|
"name": "7z",
|
|
"version": "2.0.18",
|
|
"description": "7-Zip Chinese Simplified Website",
|
|
"author": "Tunghsiao Liu",
|
|
"homepage": "https://sparanoid.com/lab/7z/",
|
|
"main": "Gruntfile.coffee",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sparanoid/7z.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sparanoid/7z/issues"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"amsf",
|
|
"jekyll",
|
|
"blog",
|
|
"sass",
|
|
"css"
|
|
],
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"@lodder/grunt-postcss": "^3.0.0",
|
|
"@lodder/time-grunt": "4.0.0",
|
|
"autoprefixer": "10.2.5",
|
|
"coffeelint": "2.1.0",
|
|
"coffeescript": "2.5.1",
|
|
"grunt": "1.3.0",
|
|
"grunt-assets-inline": "1.2.4",
|
|
"grunt-bump": "0.8.0",
|
|
"grunt-cache-bust": "1.7.0",
|
|
"grunt-cleanempty": "1.0.4",
|
|
"grunt-coffeelint": "0.0.16",
|
|
"grunt-concurrent": "3.0.0",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-cssmin": "4.0.0",
|
|
"grunt-contrib-htmlmin": "3.1.0",
|
|
"grunt-contrib-less": "3.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-conventional-changelog": "6.1.0",
|
|
"grunt-doctype": "2.0.2",
|
|
"grunt-git": "1.0.14",
|
|
"grunt-html-trim": "0.1.2",
|
|
"grunt-jekyll": "1.0.1",
|
|
"grunt-minjson": "0.4.0",
|
|
"grunt-newer": "1.3.0",
|
|
"grunt-sass": "3.1.0",
|
|
"grunt-service-worker": "1.0.3",
|
|
"grunt-shell": "3.0.1",
|
|
"grunt-sri-hash": "1.1.5",
|
|
"grunt-terser": "2.0.0",
|
|
"grunt-text-replace": "0.4.0",
|
|
"grunt-uncss-inline": "1.2.7",
|
|
"grunt-xmlmin": "0.1.8",
|
|
"jit-grunt": "0.10.0",
|
|
"postcss": "^8.2.8",
|
|
"sass": "^1.32.13",
|
|
"terser": "^5.6.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
]
|
|
}
|