{ "name": "express", "description": "Sinatra inspired web development framework", "version": "3.19.2", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ", "Ciaran Jessup ", "Douglas Christopher Wilson ", "Guillermo Rauch ", "Jonathan Ong ", "Roman Shtylman = 0.8.0" }, "bin": { "express": "./bin/express" }, "files": [ "LICENSE", "History.md", "Readme.md", "index.js", "bin/", "lib/" ], "scripts": { "test": "mocha --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/" } }