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\" ",
|
2016-04-14 13:36:38 -04:00
|
|
|
"lite": "lite-server",
|
|
|
|
"postinstall": "typings install",
|
2015-12-10 21:29:14 -05:00
|
|
|
"tsc": "tsc",
|
|
|
|
"tsc:w": "tsc -w",
|
2016-04-14 13:36:38 -04:00
|
|
|
"typings": "typings"
|
2015-12-10 21:29:14 -05:00
|
|
|
},
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2016-04-28 20:36:35 -04:00
|
|
|
"angular2": "2.0.0-beta.17",
|
2016-04-13 22:07:20 -04:00
|
|
|
"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-04-28 20:36:35 -04:00
|
|
|
"rxjs": "5.0.0-beta.6",
|
2016-04-20 20:12:21 -04:00
|
|
|
"zone.js": "0.6.12"
|
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-20 20:12:21 -04:00
|
|
|
"typings":"^0.8.1"
|
2015-12-10 21:29:14 -05:00
|
|
|
}
|
|
|
|
}
|