UNPKG

429 BJSONView Raw
1{
2 "name": "hyper-path",
3 "main": "build/build.js",
4 "version": "1.0.0",
5 "homepage": "https://github.com/hypergroup/hyper-path",
6 "description": "Traverse a hyper api",
7 "keywords": [
8 "hyper",
9 "json",
10 "traverse"
11 ],
12 "authors": [
13 "Cameron Bytheway <bytheway.cameron@gmail.com>"
14 ],
15 "license": "MIT",
16 "ignore": [
17 "**/.*",
18 "node_modules",
19 "bower_components",
20 "test",
21 "tests"
22 ]
23}