Last active
January 15, 2016 00:58
-
-
Save IEvangelist/7f7b6f1bbf8adbf1c295 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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