30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "opcache-gui",
|
|
"description": "A clean and responsive interface for Zend OPcache information, showing statistics, settings and cached files, and providing a real-time update for the information (using jQuery and React).",
|
|
"version": "3.5.1",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.8",
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/preset-react": "^7.12.7",
|
|
"node-sass": ">=7.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile-jsx": "node_modules/.bin/babel --presets @babel/preset-react build/_frontend/interface.jsx --plugins @babel/plugin-proposal-class-properties -o build/interface.js",
|
|
"compile-scss": "node_modules/.bin/node-sass -xi build/_frontend/interface.scss -o build/ --output-style=compressed"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amnuts/opcache-gui.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/amnuts/opcache-gui/issues"
|
|
},
|
|
"homepage": "https://github.com/amnuts/opcache-gui#readme",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1"
|
|
}
|
|
}
|