commando.html5/node_modules/burrito/package.json

44 lines
979 B
JSON

{
"name" : "burrito",
"description" : "Wrap up expressions with a trace function while walking the AST with rice and beans on the side",
"version" : "0.2.12",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-burrito.git"
},
"main" : "./index.js",
"keywords" : [
"trace",
"ast",
"walk",
"syntax",
"source",
"tree",
"uglify"
],
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"scripts" : {
"test" : "tap test/*.js"
},
"dependencies" : {
"traverse" : "~0.5.1",
"uglify-js" : "~1.1.1"
},
"devDependencies" : {
"tap" : "~0.2.5"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "BSD",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}