1 | {
|
2 | "name": "viz.js",
|
3 | "version": "2.1.2",
|
4 | "description": "A hack to put Graphviz on the web.",
|
5 | "main": "viz.js",
|
6 | "module": "viz.es.js",
|
7 | "repository": {
|
8 | "type": "git",
|
9 | "url": "https://github.com/mdaines/viz.js.git"
|
10 | },
|
11 | "keywords": [
|
12 | "graphviz",
|
13 | "emscripten"
|
14 | ],
|
15 | "files": [
|
16 | "viz.js",
|
17 | "viz.es.js",
|
18 | "full.render.js",
|
19 | "lite.render.js"
|
20 | ],
|
21 | "browser": {
|
22 | "fs": false,
|
23 | "path": false,
|
24 | "crypto": false
|
25 | },
|
26 | "scripts": {
|
27 | "test": "mocha test-node"
|
28 | },
|
29 | "author": "Mike Daines <mdaines@fastmail.com>",
|
30 | "license": "MIT",
|
31 | "bugs": {
|
32 | "url": "https://github.com/mdaines/viz.js/issues"
|
33 | },
|
34 | "homepage": "https://github.com/mdaines/viz.js",
|
35 | "devDependencies": {
|
36 | "babel-core": "^6.26.3",
|
37 | "babel-plugin-external-helpers": "^6.22.0",
|
38 | "babel-plugin-transform-es2015-destructuring": "^6.23.0",
|
39 | "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
40 | "babel-preset-env": "^1.6.1",
|
41 | "bluebird": "^3.5.1",
|
42 | "minimist": "^1.2.0",
|
43 | "mocha": "^5.1.1",
|
44 | "rollup": "^0.58.2",
|
45 | "rollup-plugin-babel": "^3.0.4",
|
46 | "selenium-webdriver": "^3.6.0",
|
47 | "tiny-worker": "^2.1.2"
|
48 | }
|
49 | }
|