Skip to content

Instantly share code, notes, and snippets.

@samccone
Created May 17, 2015 18:03
Show Gist options
  • Select an option

  • Save samccone/4b0ae6bd9096d87472c7 to your computer and use it in GitHub Desktop.

Select an option

Save samccone/4b0ae6bd9096d87472c7 to your computer and use it in GitHub Desktop.
{
"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