-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
84 lines (84 loc) · 2.53 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
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
{
"name": "angular2-express-mongo",
"version": "1.0.0",
"description": "Angular2, Mongo, Gulp, Typescript and Express",
"scripts": {
"clean": "gulp clean",
"compile": "gulp compile",
"build": "gulp build",
"deploy": "concurrently --kill-others \"gulp watch\" \"node ./dist/server/bin/www\""
},
"keywords": [
"Angular2",
"Express",
"Quick Start",
"Gulp",
"Typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/moizKachwala/Angular2-expressjs-mongoose-gulp-node-typescript.git"
},
"author": "Moiz Kachwala",
"license": "MIT",
"dependencies": {
"@angular/animations": "~4.2.0",
"@angular/common": "~4.2.0",
"@angular/compiler": "~4.2.0",
"@angular/compiler-cli": "~4.2.0",
"@angular/core": "~4.2.0",
"@angular/forms": "~4.2.0",
"@angular/http": "~4.2.0",
"@angular/platform-browser": "~4.2.0",
"@angular/platform-browser-dynamic": "~4.2.0",
"@angular/platform-server": "~4.2.0",
"@angular/router": "~4.2.0",
"@angular/tsc-wrapped": "~4.2.0",
"@angular/upgrade": "~4.2.0",
"angular-in-memory-web-api": "~0.3.2",
"core-js": "^2.4.1",
"rxjs": "5.0.1",
"systemjs": "0.19.39",
"zone.js": "^0.8.4",
"body-parser": "1.17.2",
"bootstrap": "^3.3.7",
"express": "^4.15.2",
"mongoose": "^4.8.6",
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
"@types/angular": "^1.5.16",
"@types/angular-animate": "^1.5.5",
"@types/angular-cookies": "^1.4.2",
"@types/angular-mocks": "^1.5.5",
"@types/angular-resource": "^1.5.6",
"@types/angular-route": "^1.3.2",
"@types/angular-sanitize": "^1.3.3",
"@types/body-parser": "^1.16.3",
"@types/express": "^4.0.35",
"@types/jasmine": "2.5.36",
"@types/mongoose": "^4.7.17",
"@types/node": "^6.0.45",
"babel-cli": "^6.16.0",
"babel-preset-angular2": "^0.0.2",
"babel-preset-es2015": "^6.16.0",
"concurrently": "^3.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.0.1",
"gulp-typings": "^2.0.4",
"method-override": "^2.3.6",
"run-sequence": "^1.2.2",
"ts-node": "^1.3.0",
"tslint": "^3.15.1",
"typescript": "~2.3.2"
},
"bugs": {
"url": "https://github.com/moizKachwala/Angular2-expressjs-mongoose-gulp-node-typescript/issues"
},
"homepage": "https://github.com/moizKachwala/Angular2-expressjs-mongoose-gulp-node-typescript#readme"
}