2017-11-03 13:08:28 -04:00
|
|
|
{
|
|
|
|
"scripts": [
|
|
|
|
{ "name": "ng", "command": "ng" },
|
|
|
|
{ "name": "build", "command": "ng build" },
|
|
|
|
{ "name": "start", "command": "ng serve" },
|
|
|
|
{ "name": "test", "command": "ng test" },
|
|
|
|
{ "name": "lint", "command": "ng lint" },
|
|
|
|
{ "name": "e2e", "command": "ng e2e" }
|
|
|
|
],
|
2018-01-17 18:22:08 -05:00
|
|
|
"dependencies": [],
|
2017-11-03 13:08:28 -04:00
|
|
|
"devDependencies": [
|
|
|
|
"@angular/cli",
|
|
|
|
"@types/jasminewd2",
|
2018-05-16 16:30:39 -04:00
|
|
|
"jasmine-marbles",
|
2018-01-17 18:22:08 -05:00
|
|
|
"jasmine-spec-reporter",
|
2017-11-03 13:08:28 -04:00
|
|
|
"karma-coverage-istanbul-reporter",
|
|
|
|
"ts-node"
|
|
|
|
]
|
|
|
|
}
|