Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created April 8, 2017 18:50
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/97f2174a362100d5d87fde434888d50f to your computer and use it in GitHub Desktop.
Save rahulsahay19/97f2174a362100d5d87fde434888d50f to your computer and use it in GitHub Desktop.
package.json
{
"name": "rxjs-demo",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server --watch --inline",
"postinstall": "typings install"
},
"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