Created
May 17, 2015 18:03
-
-
Save samccone/4b0ae6bd9096d87472c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "scripts": { | |
| "postInstall": "tsd query angular2 --action install && cp node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.js node_modules/systemjs/dist", | |
| "dev": "tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts", | |
| "compile": "tsc -m commonjs -t es5 --emitDecoratorMetadata app.ts" | |
| }, | |
| "devDependencies": { | |
| "tsd": "^0.6.0", | |
| "typescript": "^1.5.0-beta" | |
| }, | |
| "dependencies": { | |
| "bower-traceur-runtime": "git://github.com/jmcriffey/bower-traceur-runtime#0.0.87", | |
| "systemjs": "^0.16.11" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment