Added dependencies for reading, traversing and converting AST

This commit is contained in:
stylesuxx 2015-11-18 18:47:05 +01:00
parent 9f427d9332
commit ac6eb05171

View File

@ -40,7 +40,10 @@
"react-webpack-template": "^0.3.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.21.0",
"yeoman-welcome": "^1.0.1"
"yeoman-welcome": "^1.0.1",
"esprima": "^2.7.0" ,
"esprima-walk": "^0.1.0" ,
"escodegen": "^1.7.0"
},
"devDependencies": {
"chai": "^3.2.0",