diff options
| author | Arman Shah <[email protected]> | 2018-02-19 23:50:04 -0800 |
|---|---|---|
| committer | Arman Shah <[email protected]> | 2018-02-19 23:50:04 -0800 |
| commit | ae34dcfd3823a609ba7182f2d6eda593be876f7d (patch) | |
| tree | b9d7f2884c4999349418cbdc4f9ab46d113e0afd /node_modules/electron/package.json | |
| parent | Initial commit (diff) | |
| download | launcher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.tar.xz launcher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.zip | |
add base files
Diffstat (limited to 'node_modules/electron/package.json')
| -rw-r--r-- | node_modules/electron/package.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/node_modules/electron/package.json b/node_modules/electron/package.json new file mode 100644 index 0000000..e4b2bd4 --- /dev/null +++ b/node_modules/electron/package.json @@ -0,0 +1,70 @@ +{ + "_from": "electron@^1.8.2", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-0TV5Hy92g8ACnPn+PVol6a/2uk+khzmRtWxhah/FcKs6StCytm5hD14QqOdZxEdJN8HljXIVCayN/wJX+0wDiQ==", + "_location": "/electron", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "electron@^1.8.2", + "name": "electron", + "escapedName": "electron", + "rawSpec": "^1.8.2", + "saveSpec": null, + "fetchSpec": "^1.8.2" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/electron/-/electron-1.8.2.tgz", + "_shasum": "a817cd733c2972b3c7cc4f777caf6e424b88014d", + "_spec": "electron@^1.8.2", + "_where": "/Users/armanshah/Desktop/node-projects/shopping-list", + "author": { + "name": "Electron Community" + }, + "bin": { + "electron": "cli.js" + }, + "bugs": { + "url": "https://github.com/electron/electron/issues" + }, + "bundleDependencies": false, + "dependencies": { + "@types/node": "^8.0.24", + "electron-download": "^3.0.1", + "extract-zip": "^1.0.3" + }, + "deprecated": false, + "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", + "devDependencies": { + "home-path": "^0.1.1", + "path-exists": "^2.0.0", + "standard": "^5.4.1" + }, + "directories": { + "test": "test" + }, + "homepage": "https://github.com/electron/electron#readme", + "keywords": [ + "electron" + ], + "license": "MIT", + "main": "index.js", + "name": "electron", + "repository": { + "type": "git", + "url": "git+https://github.com/electron/electron.git" + }, + "scripts": { + "cache-clean": "rm -rf ~/.electron && rm -rf dist", + "postinstall": "node install.js", + "pretest": "npm run cache-clean", + "test": "standard" + }, + "types": "electron.d.ts", + "version": "1.8.2" +} |