diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..6e27f93 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "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 <ben@nsovocal.com>", + "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" + } +} |