-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"name": "Gametable-application",
"version": "1.0.0",
"description": "Example code for deploying mongo course",
"repository": "https://github.com/synedra/node_deploy",
"main": "app.js",
"engines": {
"node": ">=7.0"
},
"scripts": {
"start": "node app.js",
"ng": "ng",
"postinstall": "node build.js",
"test": "node test.js",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"author": "Kirsten Hunter",
"license": "ISC",
"dependencies": {
"@angular-devkit/schematics": "0.0.40",
"@angular/animations": "^5.1.0",
"@angular/cli": "^1.6.0",
"@angular/common": "^5.1.0",
"@angular/compiler": "^5.1.0",
"@angular/compiler-cli": "^5.1.0",
"@angular/core": "^5.1.0",
"@angular/forms": "^5.1.0",
"@angular/http": "^5.1.0",
"@angular/platform-browser": "^5.1.0",
"@angular/platform-browser-dynamic": "^5.1.0",
"@angular/platform-server": "^5.1.0",
"@angular/router": "^5.1.0",
"angular2-moment": "^1.7.1",
"body-parser": "^1.18.2",
"codelyzer": "^4.0.1",
"core-js": "^2.4.1",
"cors": "^2.8.4",
"cross-var": "^1.1.0",
"express": "^4.16.2",
"karma": "^1.7.1",
"method-override": "^2.3.10",
"mocha": "^4.0.1",
"mongoose": "^4.13.6",
"rxjs": "^5.0.1",
"supertest": "^3.0.0",
"tape": "^4.8.0",
"ts-helpers": "^1.1.1",
"tslint": "^5.8.0",
"typescript": "2.4.2",
"zone.js": "^0.8.4"
}
}