Skip to content

Instantly share code, notes, and snippets.

@ZiiSolutions
Created July 17, 2017 11:49
Show Gist options
  • Save ZiiSolutions/626c4c618e5209a53fdc5208e4c1c4ca to your computer and use it in GitHub Desktop.
Save ZiiSolutions/626c4c618e5209a53fdc5208e4c1c4ca to your computer and use it in GitHub Desktop.
{
"name": "content-ingest-image-metadata-v1",
"version": "0.0.1",
"description": "Ingestion service for ingesting image metadata posts (v1) into Content Pipeline",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/PressAssociation/content-ingest-image-metadata-v1.git"
},
"author": "Zohair Raza <zohair.raza.pa@hotmail.com> (https://github.com/ZiiSolutions)",
"license": "ISC",
"bugs": {
"url": "https://github.com/PressAssociation/content-ingest-image-metadata-v1/issues"
},
"homepage": "https://github.com/PressAssociation/content-ingest-image-metadata-v1#readme",
"dependencies": {
"@press-association/pa-content-pipeline-client": "0.0.17",
"amqp-hutch": "1.0.0",
"async": "2.1.4",
"bunyan": "1.8.5",
"custom-error-generator": "7.0.0",
"ent": "2.2.0",
"express": "4.14.0",
"express-jsonschema": "1.1.6",
"express-microservice-starter": "0.5.29",
"html-entities": "1.2.0",
"html-to-text": "3.1.0",
"json-map": "0.2.0",
"konfig": "0.2.1",
"moment": "2.17.1",
"request-service-discovery": "1.0.6",
"retry-as-promised": "2.2.0",
"when": "3.7.7",
"wpapi": "1.0.0"
},
"devDependencies": {
"intercept-stdout": "0.1.2",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"es6-plato": "1.0.14",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodemon": "^0.5.4",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.2",
"istanbul": "1.1.0-alpha.1",
"jshint-stylish": "^2.2.1",
"mocha": "3.3.0",
"mocha-bamboo-reporter": "*",
"mocha-junit-reporter": "1.13.0",
"mocha-pretty-bunyan-nyan": "^1.0.4",
"nock": "9.0.13",
"sinon": "2.2.0",
"sinon-chai": "2.8.0",
"supertest": "2.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment