{ "name": "flower", "version": "1.0.0-alpha1", "description": "A flower renderer", "main": "lib/flower.js", "scripts": { "lint": "eslint lib" }, "repository": { "type": "git", "url": "git+https://gitlab.com/rbdr/flower.git" }, "author": "Ben Beltran ", "license": "Apache-2.0", "bugs": { "url": "https://gitlab.com/rbdr/flower/issues" }, "homepage": "https://gitlab.com/rbdr/flower#readme", "dependencies": {}, "browserslist": "last 2 versions", "devDependencies": { "eslint": "^4.19.1", "eslint-config-hapi": "^11.0.0", "eslint-plugin-hapi": "^4.1.0" } }