1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
}
}
|