-
- Downloads
Added README, license, gitignore and the actual 'code'.
.gitignore
0 → 100644
LICENSE.txt
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "qbrt-apps", | ||
"version": "1.0.0", | ||
"description": "Web apps packaged as desktop apps with qbrt.", | ||
"main": "index.js", | ||
"scripts": { | ||
"jango": "qbrt run https://www.jango.com/", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.shore.co.il/git/qbrt-apps" | ||
}, | ||
"author": "Adar Nimrod <nimrod@shore.co.il>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"qbrt": "^0.2.3" | ||
} | ||
} |
Please register or sign in to comment