-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (65 loc) · 1.85 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
{
"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\"",
"postinstall": "gulp installTypings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moizKachwala/Angular2-expressjs-mongoose-gulp-node-typescript.git"
},
"keywords": [
"Angular2",
"Express",
"Quick Start",
"Gulp",
"Typescript"
],
"author": "Moiz Kachwala",
"license": "MIT",
"dependencies": {
"@angular/common": "~2.4.9",
"@angular/compiler": "~2.4.9",
"@angular/core": "~2.4.9",
"@angular/forms": "~2.4.9",
"@angular/http": "~2.4.9",
"@angular/platform-browser": "~2.4.9",
"@angular/platform-browser-dynamic": "~2.4.9",
"@angular/router": "~3.4.9",
"@angular/upgrade": "~2.4.9",
"body-parser": "1.17.1",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"express": "^4.15.2",
"mongoose": "^4.8.6",
"reflect-metadata": "^0.1.10",
"rxjs": "5.2.0",
"systemjs": "0.20.9",
"zone.js": "^0.7.7"
},
"devDependencies": {
"concurrently": "^3.4.0",
"del": "^2.2.2",
"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": "2.1.0",
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"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"
}