UNPKG

701 BJSONView Raw
1{
2 "name": "insights",
3 "description": "Desktop and Self-Hosted \"SQL-not-required\" data analytics and visualisation tool.",
4 "version": "0.0.23",
5 "homepage": "",
6 "main": "app",
7 "license": "MIT",
8 "keywords": [
9 "feathers",
10 "insights"
11 ],
12 "author": {
13 "name": "Marius Andra",
14 "email": "marius.andra@gmail.com"
15 },
16 "contributors": [],
17 "repository": "mariusandra/insights",
18 "bugs": {},
19 "directories": {
20 "lib": "app"
21 },
22 "engines": {
23 "node": ">= 7.6.0",
24 "yarn": ">= 0.18.0"
25 },
26 "scripts": {},
27 "bin": {
28 "insights": "./bin/insights"
29 },
30 "files": [
31 "bin"
32 ],
33 "peerDependencies": {},
34 "dependencies": {
35 "commander": "^2.10.0"
36 }
37}