2015-12-07 01:54:43 -05:00
|
|
|
{
|
2015-12-10 12:40:54 -05:00
|
|
|
"name": "angular2-examples-master",
|
2015-12-07 01:54:43 -05:00
|
|
|
"version": "1.0.0",
|
2015-12-10 12:40:54 -05:00
|
|
|
"description": "Master package.json, the superset of all dependencies for all of the _example package.json files.",
|
2015-12-07 01:54:43 -05:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2015-12-10 12:40:54 -05:00
|
|
|
"tsc": "tsc",
|
|
|
|
"tsc:w": "tsc -w",
|
|
|
|
"lite": "lite-server",
|
|
|
|
"live": "live-server",
|
|
|
|
"start": "npm run lite",
|
|
|
|
"both": "concurrent \"npm run tsc:w\" \"npm run start\" "
|
2015-12-07 01:54:43 -05:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2015-12-11 14:50:57 -05:00
|
|
|
"angular2": "2.0.0-alpha.52",
|
2015-12-10 21:29:14 -05:00
|
|
|
"systemjs": "0.19.6",
|
|
|
|
"es6-promise": "^3.0.2",
|
|
|
|
"es6-shim": "^0.33.3",
|
|
|
|
"reflect-metadata": "0.1.2",
|
|
|
|
"rxjs": "5.0.0-alpha.14",
|
2015-12-11 14:50:57 -05:00
|
|
|
"zone.js": "0.5.8",
|
|
|
|
"bootstrap": "^3.3.6"
|
2015-12-07 01:54:43 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"concurrently": "^1.0.0",
|
2015-12-10 12:40:54 -05:00
|
|
|
"lite-server": "^1.3.1",
|
2015-12-07 01:54:43 -05:00
|
|
|
"live-server": "^0.8.2",
|
|
|
|
"typescript": "^1.7.3"
|
|
|
|
}
|
|
|
|
}
|