UNPKG

475 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 "math",
14 "graph",
15 "hyper",
16 "hypergraph"
17 ],
18 "license": "MIT",
19 "ignore": [
20 "**/.*",
21 "bin",
22 "build",
23 "gh-pages",
24 "index.js",
25 "node_modules",
26 "npm-debug.log",
27 "package.json",
28 "src",
29 "test"
30 ]
31}