UNPKG

765 BJSONView Raw
1{
2 "name": "@nivo/generators",
3 "version": "0.56.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 "main": "./dist/nivo-generators.cjs.js",
16 "module": "./dist/nivo-generators.esm.js",
17 "files": [
18 "README.md",
19 "LICENSE.md",
20 "dist/"
21 ],
22 "engines": {
23 "node": ">=6.0.0",
24 "npm": ">=3.0.0"
25 },
26 "dependencies": {
27 "d3-time": "^1.0.10",
28 "d3-time-format": "^2.1.3",
29 "lodash": "^4.17.11"
30 },
31 "publishConfig": {
32 "access": "public"
33 },
34 "gitHead": "99c7f6bd886d517f12fa04441b1102d082a1bf26"
35}