-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "EACourseApp",
"version": "1.0.0",
"scripts": {
"test": "protractor ./Tests/conf.js",
"start": "concurrently \"npm run tsc:w\" \"npm run server\" ",
"server": "node node_modules/ng2f-server/server.js",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"keywords": [],
"author": "",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"dependencies": {
"@angular/common": "~2.2.0",
"@angular/compiler": "~2.2.0",
"@angular/core": "~2.2.0",
"@angular/forms": "~2.2.0",
"@angular/http": "~2.2.0",
"@angular/platform-browser": "~2.2.0",
"@angular/platform-browser-dynamic": "~2.2.0",
"@angular/router": "~3.2.0",
"@angular/upgrade": "~2.2.0",
"@types/jasmine": "^2.8.8",
"@types/protractor": "^4.0.0",
"@types/q": "^1.5.0",
"@types/selenium-webdriver": "^3.0.10",
"core-js": "~2.4.1",
"jasmine-standalone": "^1.3.1",
"ng2f-bootstrap": "~0.0.4",
"ng2f-server": "~0.2.3",
"node": "^10.9.0",
"reflect-metadata": "~0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.40",
"tostr": "^0.1.0",
"zone.js": "~0.6.26"
},
"devDependencies": {
"@types/core-js": "~0.9.34",
"@types/node": "~6.0.46",
"concurrently": "2.2.0",
"jasmine": "^3.2.0",
"jasminewd2": "^2.2.0",
"protractor": "^5.4.0",
"typescript": "~2.0.3"
},
"repository": {}
}