-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.31 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
{
"name": "carer_wooten_site_v3",
"version": "1.0.0",
"description": "My personal portfolio website.",
"main": "js/app.js",
"scripts": {
"dev": "NODE_ENV=development gulp development",
"prod": "NODE_ENV=production gulp production"
},
"author": "Carter Wooten",
"license": "MIT",
"devDependencies": {
"@angular/router": "2.0.0-rc.1",
"babel-core": "6.9.0",
"babel-eslint": "^6.0.4",
"babel-preset-angular2": "^0.0.2",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"del": "^2.2.1",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.8",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-inline-ng2-template": "^2.0.0",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-newer": "^1.1.0",
"gulp-nodemon": "^2.0.7",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"html-minifier": "^2.1.3",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.4",
"karma-generic-preprocessor": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-source-map-support": "^1.1.0",
"node-sass": "^3.7.0",
"object-assign": "^4.1.0",
"pdfobject": "^2.0.201604172",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^3.3.0",
"rxjs": "5.0.0-beta.6",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "2.0.0-rc.5",
"@angular/core": "2.0.0-rc.5",
"@angular/forms": "0.3.0",
"@angular/http": "2.0.0-rc.5",
"@angular/platform-browser": "2.0.0-rc.5",
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
"@angular/router": "3.0.0-alpha.7",
"angular2-universal": "~0.101.8",
"babel-polyfill": "^6.8.0",
"body-parser": "^1.15.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"forever": "^0.15.2",
"nodemailer": "^2.3.0",
"preboot": "^2.1.2",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
}
}