{ "name": "bin", "version": "1.0.0", "main": "functional_test.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "app-module-path": "*", "async": "*", "block-stream2": "*", "concat-stream": "*", "es6-error": "*", "json-stream": "*", "lodash": "*", "mime-types": "*", "mkdirp": "*", "moment": "*", "source-map-support": "*", "through2": "*", "xml": "*", "xml2js": "*" }, "devDependencies": { "browserify": "*", "chai": "*", "gulp": "*", "gulp-babel": "*", "gulp-jscs": "*", "jshint":"2.*", "gulp-jshint": "*", "gulp-mocha": "*", "gulp-notify": "*", "gulp-sourcemaps": "*", "jshint-stylish": "*", "mocha": "*", "mocha-steps": "*", "nock": "*", "rewire": "*", "superagent": "*" }, "scripts": { "test": "mocha" } }