UNPKG

717 BJSONView Raw
1{
2 "name": "hyper-json-immutable-parse",
3 "version": "0.1.5",
4 "description": "parse a hyper+json document into an immutable value",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test ./node_modules/.bin/mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/hypergroup/hyper-json-immutable-parse.git"
12 },
13 "keywords": [
14 "hyper",
15 "json"
16 ],
17 "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/hypergroup/hyper-json-immutable-parse/issues"
21 },
22 "homepage": "https://github.com/hypergroup/hyper-json-immutable-parse",
23 "devDependencies": {
24 "mocha": "^2.1.0",
25 "should": "^4.4.2"
26 }
27}