| { |
| "description": "ECMAScript JS AST traversal functions", |
| "devDependencies": { |
| "chai": "^2.1.1", |
| "coffee-script": "^1.8.0", |
| "gulp": "^3.8.10", |
| "gulp-bump": "^0.2.2", |
| "gulp-filter": "^2.0.0", |
| "gulp-git": "^1.0.1", |
| "gulp-tag-version": "^1.2.1", |
| "jshint": "^2.5.6", |
| "mocha": "^2.1.0" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "homepage": "https://github.com/estools/estraverse", |
| "licenses": [ |
| { |
| "type": "BSD", |
| "url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD" |
| } |
| ], |
| "main": "estraverse.js", |
| "maintainers": [ |
| { |
| "email": "utatane.tea@gmail.com", |
| "name": "Yusuke Suzuki", |
| "web": "http://github.com/Constellation" |
| } |
| ], |
| "name": "estraverse", |
| "repository": { |
| "type": "git", |
| "url": "http://github.com/estools/estraverse.git" |
| }, |
| "scripts": { |
| "lint": "jshint estraverse.js", |
| "test": "npm run-script lint && npm run-script unit-test", |
| "unit-test": "mocha --compilers coffee:coffee-script/register" |
| }, |
| "version": "1.9.3" |
| } |