2015-12-10 21:29:14 -05:00
|
|
|
{
|
|
|
|
"name": "angular2-quickstart",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2016-04-07 16:31:40 -04:00
|
|
|
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
|
2015-12-10 21:29:14 -05:00
|
|
|
"tsc": "tsc",
|
|
|
|
"tsc:w": "tsc -w",
|
|
|
|
"lite": "lite-server",
|
2016-02-20 22:53:26 -05:00
|
|
|
"typings": "typings",
|
2016-04-07 16:31:40 -04:00
|
|
|
"postinstall": "typings install"
|
2015-12-10 21:29:14 -05:00
|
|
|
},
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2016-04-13 22:07:20 -04:00
|
|
|
"angular2": "2.0.0-beta.15",
|
|
|
|
"systemjs": "0.19.26",
|
2016-03-15 14:45:39 -04:00
|
|
|
"es6-shim": "^0.35.0",
|
2015-12-10 21:29:14 -05:00
|
|
|
"reflect-metadata": "0.1.2",
|
2016-02-20 22:17:14 -05:00
|
|
|
"rxjs": "5.0.0-beta.2",
|
2016-04-13 22:07:20 -04:00
|
|
|
"zone.js": "0.6.10"
|
2015-12-10 21:29:14 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-02-20 22:17:14 -05:00
|
|
|
"concurrently": "^2.0.0",
|
2016-04-07 16:31:40 -04:00
|
|
|
"lite-server": "^2.2.0",
|
2016-04-13 22:07:20 -04:00
|
|
|
"typescript": "^1.8.10",
|
2016-04-07 16:31:40 -04:00
|
|
|
"typings":"^0.7.12"
|
2015-12-10 21:29:14 -05:00
|
|
|
}
|
|
|
|
}
|