UNPKG

graphx

Version:

Visualize and analyse GraphQL query results in a true Graph.

51 lines (50 loc) 1.32 kB
{ "name": "graphx", "version": "0.2.0-alpha.0", "description": "Visualize and analyse GraphQL query results in a true Graph.", "main": "./lib/graphx.min.js", "scripts": { "test-dev": "MOCHA_ENV=dev mocha ./test/node/*.js", "test-prod": "mocha ./test/node/*.js", "release": "standard-version", "build": "WEBPACK_ENV=build webpack", "dev": "WEBPACK_ENV=dev webpack", "eslint": "eslint ./src/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/nicolasdao/graphx.git" }, "keywords": [ "graphql", "graph", "d3", "visualize", "neap" ], "author": "Nicolas Dao", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/nicolasdao/graphx/issues" }, "homepage": "https://github.com/nicolasdao/graphx#readme", "dependencies": { "babel-polyfill": "^6.23.0", "babel-runtime": "^6.23.0", "graphql-s2s": "^0.2.1", "lodash": "^4.17.4", "shortid": "^2.2.8" }, "devDependencies": { "babel-core": "^6.25.0", "babel-loader": "^7.0.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "chai": "^4.0.2", "eslint": "^4.0.0", "mocha": "^3.4.2", "standard-version": "^4.0.0", "uglifyjs-webpack-plugin": "^0.4.3", "webpack": "^2.6.1" } }