forked from rzuniga64/mean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.78 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
{
"name": "mean",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"gulp": "gulp",
"tsc": "tsc",
"tsc:w": "tsc -w",
"webdriver:update": "webdriver-manager update"
},
"dependencies": {
"@angular/animations": "^4.0.1",
"@angular/common": "^4.0.1",
"@angular/compiler": "^4.0.1",
"@angular/compiler-cli": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/http": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@angular/platform-browser-dynamic": "^4.0.1",
"@angular/platform-server": "^4.0.1",
"@angular/router": "^4.0.1",
"@angular/upgrade": "4.0.1",
"angular2-in-memory-web-api": "0.0.21",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"core-js": "^2.4.1",
"debug": "~2.6.3",
"express": "~4.15.2",
"hbs": "~4.0.0",
"jsonwebtoken": "^7.1.9",
"moment": "^2.15.2",
"mongoose": "^4.6.5",
"mongoose-unique-validator": "^1.0.2",
"morgan": "~1.8.1",
"ng2-bootstrap": "^1.6.3",
"password-hash": "^1.2.2",
"reflect-metadata": "^0.1.8",
"rxjs": "~5.3.0",
"serve-favicon": "~2.4.2",
"systemjs": "^0.20.11",
"typescript": "^2.2.2",
"zone.js": "^0.8.5",
"npm-check-updates": "^2.10.5",
"express-generator": "^4.15.0",
"angular-cli": "^1.0.0-beta.28.3"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/jasmine": "^2.5.36",
"@types/node": "^7.0.12",
"@types/selenium-webdriver": "^3.0.1",
"del": "^2.2.2",
"graceful-fs": "^4.1.10",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^2.5.1",
"gulp-typescript": "^3.1.2",
"gulp-uglify": "^2.0.0",
"lodash": "^4.16.4",
"minimatch": "^3.0.3",
"typescript": "^2.0.7"
}
}