UNPKG

858 BJSONView Raw
1{
2 "name": "@buggyorg/graphlib2kgraph",
3 "version": "0.1.10",
4 "description": "Converter from the graphlib format into the kgraph format.",
5 "main": "lib/api.js",
6 "bin": {
7 "g2k": "lib/cli.js"
8 },
9 "scripts": {
10 "test": "node node_modules/standard/bin/cmd.js src/**/*.js && node_modules/mocha/bin/mocha --compilers js:babel-register",
11 "build": "babel src -d lib",
12 "prepublish": "babel src -d lib"
13 },
14 "keywords": [],
15 "author": "Maximilian Klein",
16 "license": "MIT",
17 "devDependencies": {
18 "babel-cli": "^6.6.5",
19 "babel-preset-es2015": "^6.3.13",
20 "babel-register": "^6.3.13",
21 "chai": "^3.5.0",
22 "mocha": "^2.4.5",
23 "standard": "^6.0.8"
24 },
25 "dependencies": {
26 "@buggyorg/graphtools": "^0.2.11",
27 "commander": "^2.9.0",
28 "get-stdin": "^5.0.1",
29 "graphlib": "^2.1.0",
30 "lodash": "^4.8.2"
31 }
32}