forked from rzuniga64/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.75 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.75 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
{
"name": "mean-seed",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"gulp": "gulp",
"postinstall": "typings install --global",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings",
"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",
"moment": "^2.18.1",
"mongoose": "^4.9.3",
"mongoose-unique-validator": "^1.0.5",
"morgan": "~1.8.1",
"rxjs": "^5.3.0",
"serve-favicon": "~2.4.2",
"systemjs": "^0.20.11",
"typings": "^2.1.0",
"update": "^0.7.4",
"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.41",
"@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.6",
"gulp-uglify": "^2.1.2",
"lodash": "^4.16.4",
"minimatch": "^3.0.3",
"typescript": "^2.2.2"
}
}