Skip to content

Instantly share code, notes, and snippets.

@ashwinphatak
Last active June 28, 2018 04:34
Show Gist options
  • Save ashwinphatak/6fe0fd4e01085d468f47a96c19c2cfda to your computer and use it in GitHub Desktop.
Save ashwinphatak/6fe0fd4e01085d468f47a96c19c2cfda to your computer and use it in GitHub Desktop.
{
"name": "service-template",
"version": "0.0.1",
"description": "Wireline Test Service.",
"license": "UNLICENSED",
"repository": "https://github.com/wirelineio/service-template",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"webpack": "^3.11.0",
"zip-webpack-plugin": "^2.1.0"
},
"dependencies": {
"@wirelineio/sdk": "0.0.1",
"source-map-support": "^0.5.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment