forked from lix-project/lix-website
19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"name" : "traverse",
|
|
"version" : "0.3.9",
|
|
"description" : "Traverse and transform objects by visiting every node on a recursive walk",
|
|
"author" : "James Halliday",
|
|
"license" : "MIT/X11",
|
|
"main" : "./index",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "http://github.com/substack/js-traverse.git"
|
|
},
|
|
"devDependencies" : {
|
|
"expresso" : "0.7.x"
|
|
},
|
|
"scripts" : {
|
|
"test" : "expresso"
|
|
}
|
|
}
|