blob: c1a3fd8284c8d4612746144929ec78c775b96cf1 [file] [log] [blame]
{
"name": "immutable",
"description": "Immutable Data Collections",
"homepage": "https://github.com/facebook/immutable-js",
"author": {
"name": "Lee Byron",
"homepage": "https://github.com/leebyron"
},
"repository": {
"type": "git",
"url": "git://github.com/facebook/immutable-js.git"
},
"main": "dist/immutable.js",
"typescript": {
"definition": "dist/immutable.d.ts"
},
"ignore": [
"**/.*",
"__tests__",
"resources",
"src",
"type-definitions",
"package.json",
"Gruntfile.js"
],
"keywords": [
"immutable",
"persistent",
"lazy",
"data",
"datastructure",
"functional",
"collection",
"stateless",
"sequence",
"iteration"
],
"license": "BSD"
}