UNPKG

540 BJSONView Raw
1{
2 "name": "fclone",
3 "description": "Clone objects recursively by dropping circular references",
4 "main": "dist/fclone.js",
5 "authors": [
6 "soyuka"
7 ],
8 "license": "MIT",
9 "keywords": [
10 "clone",
11 "deep",
12 "circular",
13 "json",
14 "stringify",
15 "json"
16 ],
17 "homepage": "https://github.com/soyuka/fclone",
18 "ignore": [
19 "**/.*",
20 "node_modules",
21 "bower_components",
22 "test.js",
23 "!dist/dpicker.js",
24 "!dist/dpicker.min.js",
25 "screen.png",
26 "gulpfile.js",
27 "demo",
28 "bump.sh"
29 ]
30}