forked from Kanaries/Rath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "visual-insights",
"private": true,
"version": "1.0.0",
"description": "![](https://www.travis-ci.org/ObservedObserver/showme.svg?branch=master) ![](https://img.shields.io/github/license/ObservedObserver/showme)",
"scripts": {
"build": "yarn workspace graphic-walker build && yarn workspace frontend build",
"test": "yarn workspace frontend test",
"ui": "npm run test && npm run build && node start.js",
"devfront": "yarn workspace frontend start",
"devback": "yarn workspace backend dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ObservedObserver/showme.git"
},
"keywords": [
"insights",
"visualization",
"data analysis"
],
"author": "Observed Observer",
"bugs": {
"url": "https://github.com/ObservedObserver/showme/issues"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"*/webpack-dev-server",
"*/webpack-cli",
"**/vega",
"**/vega-lite",
"**/vega-embed"
]
},
"homepage": "https://github.com/ObservedObserver/showme#readme",
"devDependencies": {
"concurrently": "^4.1.2",
"yarn": "^1.19.0"
}
}