{ "name": "hydrocarbon", "description": "making windows installers great again", "version": "0.3.4", "main": "index.js", "author": "tparnell8", "repository": "http://github.com/tparnell8/Hydrocarbon", "license": "MIT", "scripts": { "coveralls": "cat ./coverage/lcov.info | coveralls", "prepublish": "./node_modules/.bin/gulp getwix", "test": "./node_modules/.bin/gulp coveralls" }, "dependencies": { "child-process-promise": "^1.1.0", "lodash": "^4.6.1", "q": "^1.4.1" }, "devDependencies": { "babel-cli": "*", "babel-core": "^6.6.5", "babel-preset-es2015": "^6.6.0", "babel-preset-es2015-node4": "*", "chai": "*", "coveralls": "*", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-coveralls": "^0.1.4", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "gulp-tap": "^0.1.3", "gulp-unzip": "^0.1.3", "isparta": "^4.0.0", "jscover": "^1.0.0", "mocha": "*", "mocha-lcov-reporter": "^1.2.0", "request": "^2.69.0", "sinon": "*" } }