istats-manager
Version:
Manage your stats CPU and battery
31 lines (30 loc) • 672 B
JSON
{
"name": "istats-manager",
"version": "1.0.20",
"description": "Manage your stats CPU and battery ",
"main": "lib/index.js",
"scripts": {
"start": "electron lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MihaiSandor/Istats-electron.git"
},
"keywords": [
"I",
"Stats"
],
"author": "Mihai Sandor",
"license": "MIT",
"dependencies": {
"electron": "^1.4.13",
"jquery": "^3.1.1",
"shelljs": "^0.7.4"
},
"devDependencies": {
"electron-packager": "^8.0.0",
"electron-prebuilt": "1.4.1",
"shelljs": "^0.7.4"
}
}