]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "flower", | |
3 | "version": "1.0.0-alpha1", | |
4 | "description": "A flower renderer", | |
5 | "main": "lib/flower.js", | |
6 | "scripts": { | |
7 | "lint": "eslint lib" | |
8 | }, | |
9 | "repository": { | |
10 | "type": "git", | |
11 | "url": "git+https://gitlab.com/rbdr/flower.git" | |
12 | }, | |
13 | "author": "Ben Beltran <ben@nsovocal.com>", | |
14 | "license": "Apache-2.0", | |
15 | "bugs": { | |
16 | "url": "https://gitlab.com/rbdr/flower/issues" | |
17 | }, | |
18 | "homepage": "https://gitlab.com/rbdr/flower#readme", | |
19 | "dependencies": {}, | |
20 | "browserslist": "last 2 versions", | |
21 | "devDependencies": { | |
22 | "eslint": "^4.19.1", | |
23 | "eslint-config-hapi": "^11.0.0", | |
24 | "eslint-plugin-hapi": "^4.1.0" | |
25 | } | |
26 | } |