UNPKG

853 BJSONView Raw
1{
2 "name" : "falafel",
3 "description" : "transform the ast on a recursive walk",
4 "version" : "0.1.3",
5 "repository" : {
6 "type" : "git",
7 "url" : "git://github.com/substack/node-falafel.git"
8 },
9 "main" : "index.js",
10 "keywords" : [
11 "ast",
12 "source",
13 "traversal",
14 "syntax",
15 "tree",
16 "burrito"
17 ],
18 "directories" : {
19 "example" : "example",
20 "test" : "test"
21 },
22 "scripts" : {
23 "test" : "tap test/*.js"
24 },
25 "dependencies" : {
26 "esprima" : "~0.9.9"
27 },
28 "devDependencies" : {
29 "tap" : "~0.2.4"
30 },
31 "engines" : {
32 "node" : ">=0.4.0"
33 },
34 "license" : "MIT",
35 "author" : {
36 "name" : "James Halliday",
37 "email" : "mail@substack.net",
38 "url" : "http://substack.net"
39 }
40}