Skip to content

Instantly share code, notes, and snippets.

@atelic
Created July 6, 2017 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atelic/7e22a46fb3acffc677f1728ecb1f6f2e to your computer and use it in GitHub Desktop.
Save atelic/7e22a46fb3acffc677f1728ecb1f6f2e to your computer and use it in GitHub Desktop.
Reproduce example for blackducksoftware/hub-detect#45
detect.hub.url=*********
detect.hub.timeout=120
detect.hub.username=*********
detect.hub.password=*********
detect.output.path=blackduck
{
"name": "MyProject",
"version": "1.0.0",
"private": true,
"description": "This is my app",
"main": "app/server/index",
"dependencies": {
"@vimeo/player": "^2.0.1",
"assets-webpack-plugin": "^3.2.0",
"autoprefixer": "^6.7.7",
"ava": "^0.16.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.13.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-register": "^6.11.6",
"basic-auth": "^1.1.0",
"bluebird": "^3.4.1",
"body-parser": "^1.16.0",
"bugsnag-js": "^3.2.0",
"classnames": "^2.2.5",
"compression": "^1.6.0",
"concurrently": "^2.2.0",
"contentful": "^3.8.0",
"cookie-parser": "^1.4.3",
"cross-env": "^2.0.0",
"css-loader": "^0.26.0",
"css-mqpacker": "^5.0.1",
"ejs": "^2.5.1",
"express": "^4.13.3",
"express-ipfilter": "^0.2.4",
"extract-text-webpack-plugin": "^1.0.1",
"fakeredis": "^1.0.3",
"fontfaceobserver": "^2.0.4",
"form-serialize": "^0.7.1",
"helmet": "^3.4.0",
"highlight.js": "^9.9.0",
"history": "^3.0.0",
"json-loader": "^0.5.4",
"lodash": "^4.14.2",
"markdown-it": "^7.0.0",
"moment-timezone": "^0.5.13",
"newman": "^3.5.2",
"newrelic": "^1.34.0",
"node-sass": "^3.8.0",
"nodemon": "^1.10.0",
"nsp": "^2.6.0",
"nsp-formatter-teamcity": "^1.0.0",
"object-fit-images": "^3.0.1",
"pixrem": "^3.0.2",
"postcss-loader": "^1.1.1",
"pre-commit": "^1.1.3",
"react": "^15.3.0",
"react-cookie": "^0.4.9",
"react-dom": "^15.3.0",
"react-helmet": "^3.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.4",
"react-router-redux": "^4.0.8",
"react-router-scroll": "^0.4.1",
"react-server-status": "^1.0.2",
"react-slick": "^0.14.5",
"redis": "^2.6.3",
"redux": "^3.0.0",
"redux-api-middleware": "^1.0.3",
"redux-logger": "^2.6.1",
"redux-mock-store": "^1.2.1",
"redux-thunk": "^2.1.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.0",
"sinon": "^1.17.5",
"slick-carousel": "^1.6.0",
"slugify": "^1.1.0",
"striptags": "^2.1.1",
"style-loader": "^0.13.1",
"superagent": "^3.5.0",
"tap-teamcity": "^1.2.1",
"throng": "^4.0.0",
"us-states-normalize": "^1.0.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0",
"winston": "^2.2.0",
"xml": "^1.0.1"
},
"devDependencies": {
"eslint": "^3.16.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"foreman": "^2.0.0",
"webpack-bundle-analyzer": "^2.8.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment