-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "mean2-marvelapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Darpan Pathak",
"license": "ISC",
"devDependencies": {
"@types/core-js": "^0.9.35",
"@types/node": "0.0.2",
"browser-sync": "^2.18.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.9.1",
"gulp-typescript": "^3.1.3",
"nodemon": "^1.11.0",
"typescript": "^2.0.10",
"typings": "^2.0.0"
},
"dependencies": {
"@angular/common": "^2.2.3",
"@angular/compiler": "^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",
"@angular/upgrade": "~2.2.3",
"angular2-jwt": "^0.1.26",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"cors": "^2.8.1",
"ejs": "^2.5.5",
"es6-shim": "^0.35.2",
"express": "^4.14.0",
"jsonwebtoken": "^7.2.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.6",
"systemjs": "^0.19.41",
"videogular2": "^3.1.0",
"zone.js": "^0.7.2"
}
}