12345678910111213141516171819202122 |
- {
- "name": "need-for-js",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "start": "electron ."
- },
- "repository": {
- "type": "git",
- "url": "git@notabug.org:granthin/nfs.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "electron": "^10.1.1",
- "electron-packager": "^15.1.0",
- "url": "^0.11.0"
- }
- }
|