commando.html5/node_modules/difflet/package.json

42 lines
895 B
JSON

{
"name" : "difflet",
"description" : "colorful diffs for javascript objects",
"version" : "0.2.6",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/difflet.git"
},
"main" : "index.js",
"keywords" : [
"diff",
"object",
"compare"
],
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"scripts" : {
"test" : "tap test/*.js"
},
"dependencies" : {
"traverse" : "0.6.x",
"charm" : "0.1.x",
"deep-is" : "0.1.x"
},
"devDependencies" : {
"tap" : "0.1.x",
"ent" : "0.0.x"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}