/usr/share/tdiary/theme/snest/package.json is in tdiary-theme 5.0.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"name": "snest",
"version": "0.0.1",
"description": "snest theme for tDiary",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "senosa",
"license": "GPL",
"devDependencies": {
"gulp-cssnext": "^1.0.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0"
}
}
|