-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
35 lines (35 loc) · 966 Bytes
/
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
{
"name": "@data-ui/data-ui",
"version": "0.0.0",
"private": true,
"description": "A collection of components for data-rich user interfaces https://williaster.github.io/data-ui",
"main": "index.js",
"scripts": {
"bootstrap": "lerna bootstrap",
"jest": "lerna run test",
"lint": "lerna run lint",
"prepare-release": "git checkout master && git pull --rebase origin master && yarn run test",
"release": "yarn run prepare-release && lerna publish && lerna run gh-pages",
"test": "lerna bootstrap && yarn run lint && yarn run jest"
},
"repository": "https://github.com/williaster/data-ui.git",
"keywords": [
"data",
"visualization",
"react",
"d3",
"chart",
"data-ui",
"vx"
],
"author": "Chris Williams <chris.williams@airbnb.com>",
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.0",
"lerna": "^3.0.0",
"yarn": "^1.12.3"
},
"engines": {
"node": ">=8.10.0"
}
}