init electron

master
Ayush Mukherjee 5 years ago
commit 7119837775

1
.gitignore vendored

@ -0,0 +1 @@
node_modules

1216
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -0,0 +1,22 @@
{
"name": "cpgc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayush123460/cpgc.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ayush123460/cpgc/issues"
},
"homepage": "https://github.com/ayush123460/cpgc#readme",
"devDependencies": {
"electron": "^6.0.9"
}
}
Loading…
Cancel
Save