-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.38 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.38 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "mean2",
"version": "1.0.0",
"description": "ZApali",
"main": "server/index.js",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "./node_modules/.bin/http-server dist --cors",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test --watch=false",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"build": "ng build",
"postinstall": "npm run build"
},
"author": "Abstraction Junkies",
"repository": {
"url": ""
},
"private": true,
"dependencies": {
"@angular/common": "2.2.3",
"@angular/compiler": "2.2.3",
"@angular/compiler-cli": "2.2.3",
"@angular/core": "2.2.3",
"@angular/forms": "2.2.3",
"@angular/http": "2.2.3",
"@angular/platform-browser": "2.2.3",
"@angular/platform-browser-dynamic": "2.2.3",
"@angular/router": "3.2.3",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.0",
"@ngrx/store": "^2.2.1",
"@ngrx/store-devtools": "^3.2.1",
"@ngrx/store-log-monitor": "^3.0.2",
"@types/body-parser": "0.0.32",
"@types/compression": "0.0.33",
"@types/cors": "0.0.33",
"@types/express": "^4.0.32",
"@types/jasmine": "^2.2.30",
"@types/jsonwebtoken": "^7.1.31",
"@types/node": "^6.0.48",
"@types/node-uuid": "0.0.28",
"angular-cli": "1.0.0-beta.20-4",
"angular2-infinite-scroll": "^0.2.8",
"angular2-notifications": "^0.4.48",
"body-parser": "^1.13.3",
"chart.js": "^2.4.0",
"compression": "^1.6.2",
"core-js": "^2.4.1",
"cors": "^2.8.1",
"http-server": "^0.9.0",
"jsonwebtoken": "^5.7.0",
"ng2-charts": "^1.4.4",
"ng2-file-upload": "^1.1.4-2",
"ng2-imageupload": "^1.2.2",
"ng2-sharebuttons": "^1.1.1",
"ng2-social-share": "0.0.10",
"ng2-uploader": "^1.6.2",
"node-uuid": "^1.4.7",
"normalize.css": "^5.0.0",
"path": "^0.12.7",
"rxjs": "5.0.0-beta.12",
"ts-helpers": "^1.1.1",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "~2.0.3",
"zone.js": "^0.6.23"
},
"devDependencies": {
"concurrently": "^3.1.0",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"nodemon": "^1.11.0",
"protractor": "4.0.9",
"codelyzer": "1.0.0-beta.3",
"webdriver-manager": "10.2.5"
}
}