electron-platform
Version:
Platform detection for Electron and Web Browser
29 lines (28 loc) • 667 B
JSON
{
"name": "electron-platform",
"version": "1.2.0",
"description": "Platform detection for Electron and Web Browser",
"main": "index.js",
"scripts": {
"test": "mocha test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-utils/electron-platform.git"
},
"keywords": [
"Electron",
"Platform"
],
"author": "jwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron-utils/electron-platform/issues"
},
"homepage": "https://github.com/electron-utils/electron-platform",
"devDependencies": {
"electron": "^1.4.14",
"mocha": "^3.2.0",
"spectron": "3.4.1"
}
}