Getting Started
Setting Up Development Environment
{
"scripts": {
"build": "tsc",
"typings:install": "typings install"
},
"dependencies": {
"backbone": "^1.3.3",
"underscore": "^1.8.3",
"backbone.nativeview": "^0.3.3",
"es6-shim": "github:paulmillr/es6-shim",
"ng-backbone": "^0.1.5",
"systemjs": "^0.19.36",
"typescript": "^1.8.10"
}
}npm installLast updated