Files

46 lines
1.0 KiB
JSON

{
"name": "json3",
"version": "3.3.2",
"filename": "json3.min.js",
"description": "A modern JSON implementation compatible with nearly all JavaScript platforms.",
"homepage": "http://bestiejs.github.io/json3",
"main": "json3",
"npmName": "json3",
"npmFileMap": [{
"basePath": "/lib/",
"files": [
"*.js"
]
}],
"keywords": [
"json",
"spec",
"ecma",
"es5",
"lexer",
"parser",
"stringify"
],
"licenses": [
{
"type": "MIT",
"url": "http://kit.mit-license.org"
}
],
"author": {
"name": "Kit Cambridge",
"web": "http://kitcambridge.be/"
},
"maintainers": [
{
"name": "Kit Cambridge",
"web": "http://kitcambridge.be/"
}
],
"bugs": "https://github.com/bestiejs/json3/issues",
"repository": {
"type": "git",
"url": "git://github.com/bestiejs/json3.git"
}
}