UNPKG

526 BJSONView Raw
1{
2 "name": "seamless-immutable",
3 "main": "src/seamless-immutable.js",
4 "version": "6.1.1",
5 "homepage": "https://github.com/rtfeldman/seamless-immutable",
6 "authors": [
7 "Richard Feldman <richard.t.feldman@gmail.com>"
8 ],
9 "description": "Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.",
10 "keywords": [
11 "immutable"
12 ],
13 "license": "BSD-3-Clause",
14 "ignore": [
15 "**/.*",
16 "node_modules",
17 "bower_components",
18 "test",
19 "tests"
20 ]
21}