UNPKG

dude-quote

Version:

Quote of the day, retrieved from brainyquote.com

36 lines (35 loc) 827 B
{ "name": "dude-quote", "version": "1.0.12", "description": "Quote of the day, retrieved from brainyquote.com", "main": "build/index.js", "scripts": { "lint": "eslint src test", "lint-fix": "eslint src test --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "dude" ], "files": [ "build" ], "repository": { "git": "https://github.com/mdibaiee/dude-quote" }, "author": "Mahdi Dibaiee <mdibaiee@aol.com> (http://dibaiee.ir/)", "license": "MIT", "dependencies": { "nodepie": "0.7.0", "unirest": "0.5.0" }, "devDependencies": { "babel": "5.8.3", "eslint": "2.10.2", "eslint-config-pichak": "1.0.0", "grunt": "0.4.5", "grunt-babel": "5.0.3", "grunt-contrib-clean": "1.0.0", "grunt-contrib-watch": "0.6.1" } }