mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
46 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|