UNPKG

836 BJSONView Raw
1{
2 "name": "hyper-path",
3 "version": "1.0.2",
4 "description": "Traverse a hyper api",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "NODE_ENV=test ./node_modules/.bin/mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/hypergroup/hyper-path.git"
15 },
16 "keywords": [
17 "hyper",
18 "json",
19 "path",
20 "traverse"
21 ],
22 "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/hypergroup/hyper-path/issues"
26 },
27 "homepage": "https://github.com/hypergroup/hyper-path",
28 "devDependencies": {
29 "should": "~3.1.3",
30 "mocha": "~1.18.0",
31 "supertest": "~0.9.0",
32 "express": "~3.4.8"
33 },
34 "dependencies": {
35 "require-component": "~0.1.0",
36 "type-component": "0.0.1"
37 }
38}