| { |
| "bin": { |
| "escodegen": "./bin/escodegen.js", |
| "esgenerate": "./bin/esgenerate.js" |
| }, |
| "dependencies": { |
| "esprima": "^3.1.3", |
| "estraverse": "^4.2.0", |
| "esutils": "^2.0.2", |
| "optionator": "^0.8.1" |
| }, |
| "description": "ECMAScript code generator", |
| "devDependencies": { |
| "acorn": "^4.0.4", |
| "bluebird": "^3.4.7", |
| "bower-registry-client": "^1.0.0", |
| "chai": "^3.5.0", |
| "commonjs-everywhere": "^0.9.7", |
| "gulp": "^3.8.10", |
| "gulp-eslint": "^3.0.1", |
| "gulp-mocha": "^3.0.1", |
| "semver": "^5.1.0" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| }, |
| "files": [ |
| "LICENSE.BSD", |
| "README.md", |
| "bin", |
| "escodegen.js", |
| "package.json" |
| ], |
| "homepage": "http://github.com/estools/escodegen", |
| "license": "BSD-2-Clause", |
| "main": "escodegen.js", |
| "maintainers": [ |
| { |
| "email": "utatane.tea@gmail.com", |
| "name": "Yusuke Suzuki", |
| "web": "http://github.com/Constellation" |
| } |
| ], |
| "name": "escodegen", |
| "optionalDependencies": { |
| "source-map": "~0.6.1" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "http://github.com/estools/escodegen.git" |
| }, |
| "scripts": { |
| "build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js", |
| "build-min": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js", |
| "lint": "gulp lint", |
| "release": "node tools/release.js", |
| "test": "gulp travis", |
| "unit-test": "gulp test" |
| }, |
| "version": "1.12.0" |
| } |