UNPKG

jsfmt

Version:
79 lines (78 loc) 1.63 kB
{ "name": "jsfmt", "description": "gofmt for javascript", "version": "0.5.3", "homepage": "https://github.com/rdio/jsfmt", "main": "./lib/index.js", "engines": { "node": ">=0.4.0" }, "bin": { "jsfmt": "./bin/jsfmt" }, "scripts": { "test": "grunt && grunt fmt && grunt verify", "fmt": "grunt fmt" }, "files": [ "bin", "lib", "LICENSE.MD" ], "maintainers": [ { "name": "Jim Fleming", "email": "jim@barkingmousestudio.com" } ], "dependencies": { "deep-extend": "~0.4.0", "docopt": "~0.4.1", "escodegen": "~1.7.0", "esformatter": "~0.9.0", "esformatter-braces": "~1.2.1", "esformatter-var-each": "~2.1.0", "esprima": "~2.7.0", "falafel": "~1.2.0", "glob": "~5.0.15", "rc": "~1.1.2", "rocambole": "~0.7.0", "tmp": "~0.0.23", "underscore": "~1.8.0" }, "repository": { "type": "git", "url": "https://github.com/rdio/jsfmt" }, "bugs": { "url": "https://github.com/rdio/jsfmt/issues" }, "licenses": [ { "type": "Apache2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "keywords": [ "ast", "javascript", "parser", "rewrite", "syntax", "format", "search" ], "devDependencies": { "coveralls": "~2.11.4", "grunt": "~0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-jshint": "~0.11.3", "grunt-exec": "~0.4.5", "grunt-mocha-test": "~0.12.7", "jscoverage": "~0.6.0", "json-stable-stringify": "~1.0.0", "mocha": "~2.3.3", "mocha-lcov-reporter": "1.0.0", "should": "~7.1.1" } }