Files
cdnjs/ajax/libs/json3/package.json
T
2014-04-08 23:12:11 -07:00

39 lines
901 B
JSON

{
"name": "json3",
"version": "3.3.1",
"filename": "json3.min.js",
"description": "A modern JSON implementation compatible with nearly all JavaScript platforms.",
"homepage": "http://bestiejs.github.io/json3",
"main": "json3",
"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"
}
}