UNPKG

763 BJSONView Raw
1{
2 "name": "iper",
3 "version": "0.0.3",
4 "description": "Hypergraphs for breakfast",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --require should"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/fibo/iper.git"
12 },
13 "keywords": [
14 "math",
15 "graph"
16 ],
17 "author": "fibo",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/fibo/iper/issues"
21 },
22 "devDependencies": {
23 "should": "~1.2.2",
24 "grunt-contrib-coffee": "~0.7.0",
25 "coffee-script": "~1.6.3",
26 "mocha": "~1.12.0",
27 "grunt": "~0.4.1",
28 "grunt-mocha-cli": "~1.0.6",
29 "grunt-contrib-watch": "~0.5.1",
30 "grunt-docco-multi": "0.0.2"
31 },
32 "dependencies": {
33 "underscore": "~1.5.1"
34 }
35}