UNPKG

449 BJSONView Raw
1{
2 "name": "iper",
3 "main": "dist/iper.js",
4 "homepage": "http://g14n.info/iper",
5 "authors": [
6 "Gianluca Casati"
7 ],
8 "description": "Hypergraphs for breakfast",
9 "moduleType": [
10 "node"
11 ],
12 "keywords": [
13 "dataflow",
14 "visual"
15 ],
16 "license": "MIT",
17 "ignore": [
18 "**/.*",
19 "bin",
20 "build",
21 "gh-pages",
22 "index.js",
23 "node_modules",
24 "npm-debug.log",
25 "package.json",
26 "src",
27 "test"
28 ]
29}