forked from projectmoon/tenebrous-dicebot
104 lines
2.0 KiB
JSON
104 lines
2.0 KiB
JSON
{
|
|
"name": "json3",
|
|
"version": "3.3.3",
|
|
"description": "A JSON polyfill for older JavaScript platforms.",
|
|
"homepage": "https://bestiejs.github.io/json3",
|
|
"main": "./lib/json3",
|
|
"keywords": [
|
|
"json",
|
|
"spec",
|
|
"ecma",
|
|
"es5",
|
|
"lexer",
|
|
"parser",
|
|
"stringify"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Kit Cambridge",
|
|
"email": "github@kitcambridge.be",
|
|
"web": "http://kitcambridge.be/"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Kit Cambridge",
|
|
"email": "github@kitcambridge.be",
|
|
"web": "http://kitcambridge.be/"
|
|
},
|
|
{
|
|
"name": "Benjamin Tan",
|
|
"email": "demoneaux@gmail.com",
|
|
"web": "https://d10.github.io/"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Mangled Deutz",
|
|
"email": "olivier@webitup.fr",
|
|
"web": "http://tech.roxee.tv/"
|
|
},
|
|
{
|
|
"name": "Øyvind Sean Kinsey",
|
|
"email": "oyvind@kinsey.no",
|
|
"web": "http://fb.me/ok"
|
|
},
|
|
{
|
|
"name": "Oskar Schöldström",
|
|
"email": "public@oxy.fi",
|
|
"web": "http://oxy.fi/"
|
|
},
|
|
{
|
|
"name": "Kiryl Yermakou",
|
|
"email": "rma4ok@gmail.com",
|
|
"web": "https://github.com/rma4ok"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/bestiejs/json3/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test_*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bestiejs/json3.git"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"lib/json3.js",
|
|
"lib/json3.min.js"
|
|
],
|
|
"jam": {
|
|
"main": "./lib/json3.js",
|
|
"includes": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"lib/json3.js",
|
|
"lib/json3.min.js"
|
|
]
|
|
},
|
|
"volo": {
|
|
"type": "directory",
|
|
"ignore": [
|
|
".*",
|
|
"build.js",
|
|
"index.html",
|
|
"component.json",
|
|
"bower.json",
|
|
"benchmark",
|
|
"page",
|
|
"test",
|
|
"vendor"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"curl-amd": "~0.8.12",
|
|
"highlight.js": "~8.3.0",
|
|
"marked": "~0.3.2",
|
|
"requirejs": "~2.1.15",
|
|
"spec": "~1.0.1",
|
|
"tar": "~1.0.2"
|
|
}
|
|
}
|