Nw.js-based window manager and application launcher, for Ciel. We have a topic!
DemHydraz on master
Added Gitter badge Merge pull request #1 from gitt… (compare)
DemHydraz on master
Basic package.json file. (compare)
js
{
"name": "Calendar",
"version": "1.0.0",
"description": "Ciel calendar application",
"main": "index.js",
"scripts": {
"test": "echo \"No test command.\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/Ciel-OS/Calendar"
},
"keywords": [
"app",
"ciel",
"ciel-rt"
],
"author": "Matheus de Alcantara",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ciel-OS/Calendar/issues"
},
"homepage": "https://github.com/Ciel-OS/Calendar"
}
Is this OK?