2014-05-12 20:08:19 +02:00
|
|
|
{
|
|
|
|
"name": "json3",
|
2014-08-10 12:02:48 +02:00
|
|
|
"version": "3.3.2",
|
|
|
|
"main": "lib/json3.js",
|
2014-05-12 20:08:19 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/bestiejs/json3.git"
|
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
".*",
|
2014-08-10 12:02:48 +02:00
|
|
|
"**/.*",
|
2014-05-12 20:08:19 +02:00
|
|
|
"build.js",
|
|
|
|
"index.html",
|
|
|
|
"index.js",
|
|
|
|
"component.json",
|
|
|
|
"package.json",
|
|
|
|
"benchmark",
|
|
|
|
"page",
|
|
|
|
"test",
|
2014-08-10 12:02:48 +02:00
|
|
|
"vendor",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/bestiejs/json3",
|
|
|
|
"description": "A modern JSON implementation compatible with nearly all JavaScript platforms",
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"spec",
|
|
|
|
"ecma",
|
|
|
|
"es5",
|
|
|
|
"lexer",
|
|
|
|
"parser",
|
|
|
|
"stringify"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
"Kit Cambridge <github@kitcambridge.be>"
|
|
|
|
],
|
|
|
|
"license": "MIT"
|
2014-05-12 20:08:19 +02:00
|
|
|
}
|