Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created April 8, 2017 17:33
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 rahulsahay19/acecc5965e06f506161fe794bae37ddc to your computer and use it in GitHub Desktop.
Save rahulsahay19/acecc5965e06f506161fe794bae37ddc to your computer and use it in GitHub Desktop.
package.json
{
"name": "rxjs-demo",
"version": "1.0.0",
"description": "RXJS Demo",
"scripts": {},
"keywords": [
"RXJS"
],
"author": "Rahul Sahay",
"license": "ISC",
"dependencies": {
"rxjs": "^5.3.0",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"typings": "^2.1.0",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment