Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Last active January 15, 2016 00:58
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 IEvangelist/7f7b6f1bbf8adbf1c295 to your computer and use it in GitHub Desktop.
Save IEvangelist/7f7b6f1bbf8adbf1c295 to your computer and use it in GitHub Desktop.
{
"name": "Sample",
"version": "0.0.1",
"dependencies": {
"angular2": "2.0.0-beta.0",
"bootstrap": "3.3.6",
"systemjs": "0.19.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10",
"jquery": "2.1.4"
},
"devDependencies": {
"gulp": "3.8.11",
"gulp-concat": "2.5.2",
"gulp-cssmin": "0.1.7",
"gulp-uglify": "1.2.0",
"gulp-rename": "1.2.2",
"rimraf": "2.2.8",
"concurrently": "^1.0.0",
"lite-server": "^1.3.1",
"typescript": "^1.7.5",
"lodash": "3.10.1"
},
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": " \"npm run tsc:w\" \"npm run lite\" "
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment