UNPKG

desckit

Version:

Custom desktop wallpaper generator with NodeJS and PhantomJS

55 lines (54 loc) 1.11 kB
{ "name": "desckit", "version": "0.0.4", "main": "app", "bin": { "desckit": "./bin/desckit" }, "author": { "name": "John Weis", "email": "weis.john@gmail.com" }, "contributors": [ { "name": "Eli Sklar", "email": "eli.sklar@gmail.com" }, { "name": "John Weis", "email": "weis.john@gmail.com" } ], "dependencies": { "datejs": "0.0.2", "express": "~3.1.0", "ejs": "~0.8.3", "stylus": "~0.32.0", "facebook-api": "~0.1.2", "github": "~0.1.8", "underscore": "~1.4.4", "weather": "0.0.4", "commander": "~1.1.1", "request": "~2.12.0", "debug": "~0.7.2" }, "readmeFilename": "README.md", "description": "Custom desktop wallpaper generator with NodeJS and PhantomJS", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/weisjohn/desckit.git" }, "keywords": [ "wallpaper", "generator", "dashboard", "phantomjs", "phantom", "express" ], "license": "BSD" }