package.json 651 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
    "name" : "jsonify",
    "version" : "0.0.0",
    "description" : "JSON without touching any globals",
    "main" : "index.js",
    "directories" : {
        "lib" : ".",
        "test" : "test"
    },
    "devDependencies" : {
        "tap" : "0.0.x",
        "garbage" : "0.0.x"
    },
    "scripts" : {
        "test" : "tap test"
    },
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/substack/jsonify.git"
    },
    "keywords" : [
        "json",
        "browser"
    ],
    "author" : {
        "name" : "Douglas Crockford",
        "url" : "http://crockford.com/"
    },
    "license" : "Public Domain"
}