UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@buggyorg/npg-port-remodeler",
3 "version": "0.1.4",
4 "description": "takes a portgraph (e.g. from math2graph) and remodels the port information by creating a node for each port and connecting them accordingly.",
5 "main": "lib/index.js",
6 "bin": {
7 "npg2pg": "lib/cli.js"
8 },
9 "scripts": {
10 "test": "node node_modules/standard/bin/cmd.js src/**/*.js && gulp && node_modules/mocha/bin/mocha --compilers js:babel/register"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/BuggyOrg/npg-port-remodeler.git"
15 },
16 "author": "Georg Schuppe",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/BuggyOrg/npg-port-remodeler/issues"
20 },
21 "homepage": "https://github.com/BuggyOrg/npg-port-remodeler#readme",
22 "dependencies": {
23 "commander": "^2.9.0",
24 "@buggyorg/component-library": "^0.3.2",
25 "get-stdin": "^5.0.1",
26 "graphlib": "^2.0.0",
27 "graphlib-dot": "^0.6.2",
28 "lodash": "^3.10.1"
29 },
30 "devDependencies": {
31 "babel": "^5.8.29",
32 "babel-eslint": "^4.1.3",
33 "chai": "^3.4.0",
34 "gulp": "^3.9.0",
35 "gulp-babel": "^5.3.0",
36 "mocha": "^2.3.3",
37 "standard": "^5.4.1"
38 }
39}