.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / circular-json / package.json
1 {
2   "version": "0.3.3",
3   "name": "circular-json",
4   "description": "JSON does not handle circular references. This version does",
5   "license": "MIT",
6   "homepage": "https://github.com/WebReflection/circular-json",
7   "keywords": [
8     "JSON",
9     "circular",
10     "reference",
11     "recursive",
12     "recursion",
13     "parse",
14     "stringify"
15   ],
16   "generator": "https://github.com/WebReflection/gitstrap",
17   "author": {
18     "name": "Andrea Giammarchi",
19     "web": "http://webreflection.blogspot.com/"
20   },
21   "repository": {
22     "type": "git",
23     "url": "git://github.com/WebReflection/circular-json.git"
24   },
25   "main": "./build/circular-json.node.js",
26   "scripts": {
27     "test": "istanbul cover test/circular-json.js",
28     "coveralls": "cat ./coverage/lcov.info | coveralls",
29     "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
30   },
31   "devDependencies": {
32     "coveralls": "^2.13.0",
33     "istanbul": "^0.4.5",
34     "tiny-cdn": "^0.7.0",
35     "tressa": "^0.3.1"
36   }
37 }