UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@nivo/generators",
3 "version": "0.70.0",
4 "licenses": [
5 {
6 "type": "MIT",
7 "url": "https://github.com/plouc/nivo/LICENSE.md"
8 }
9 ],
10 "description": "Data generators used for nivo-website and http API samples",
11 "author": {
12 "name": "Raphaël Benitte",
13 "url": "https://github.com/plouc"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/plouc/nivo.git",
18 "directory": "packages/generators"
19 },
20 "main": "./dist/nivo-generators.cjs.js",
21 "module": "./dist/nivo-generators.es.js",
22 "typings": "./dist/types/index.d.ts",
23 "files": [
24 "README.md",
25 "LICENSE.md",
26 "dist/",
27 "!dist/tsconfig.tsbuildinfo"
28 ],
29 "dependencies": {
30 "d3-random": "^1.1.2",
31 "d3-time": "^1.0.10",
32 "d3-time-format": "^2.1.3",
33 "lodash": "^4.17.11"
34 },
35 "devDependencies": {
36 "@types/d3-random": "^1.1.3",
37 "@types/d3-time": "^1.0.10",
38 "@types/d3-time-format": "^2.3.1"
39 },
40 "publishConfig": {
41 "access": "public"
42 },
43 "gitHead": "77cbd6a909c2b2d53ba94e2ee873f3d95b5aae3b"
44}