-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.03 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.03 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "flynndev",
"version": "1.0.0",
"description": "FlynnDev - API",
"main": "index.html",
"scripts": {
"build": "apidoc -i routes/ -o api/ && rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
"deploy": "git add . && git commit && git push origin master",
"autodeploy": "git add . && git commit -m 'Auto Deployment' && git push origin master",
"devdeploy": "git add . && git commit -m 'Auto Deployment' && git push origin master"
},
"author": "Michael Flynn",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"dependencies": {
"@angular/common": "2.1.1",
"@angular/compiler": "2.1.1",
"@angular/core": "2.1.1",
"@angular/forms": "2.1.1",
"@angular/http": "2.1.1",
"@angular/platform-browser": "2.1.1",
"@angular/platform-browser-dynamic": "2.1.1",
"@angular/router": "3.1.1",
"@angular/upgrade": "2.1.1",
"@types/core-js": "0.9.34",
"@types/jasmine": "2.5.41",
"@types/node": "6.0.45",
"angular2-template-loader": "0.4.0",
"angulartics2": "1.4.2",
"autoprefixer": "6.5.3",
"awesome-typescript-loader": "2.2.4",
"typescript": "2.0.10",
"body-parser": "1.15.2",
"bootstrap-loader": "1.0.8",
"bootstrap-sass": "3.3.7",
"core-js": "2.4.1",
"css-loader": "0.23.1",
"express": "4.14.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"font-awesome": "4.7.0",
"font-awesome-loader": "1.0.0",
"highlight-loader": "0.7.2",
"highlight.js": "9.8.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.29.0",
"imports-loader": "0.6.5",
"jasmine-core": "2.5.1",
"jquery": "3.1.1",
"jsonwebtoken": "7.1.9",
"minimatch": "3.0.3",
"morgan": "1.7.0",
"multimatch": "2.1.0",
"mysql": "2.12.0",
"node-sass": "3.11.3",
"nodemon": "1.11.0",
"null-loader": "0.1.1",
"postcss": "5.2.5",
"postcss-loader": "1.1.1",
"proxy-middleware": "0.15.0",
"raw-loader": "0.5.1",
"recursive-readdir-sync": "1.0.6",
"reflect-metadata": "0.1.8",
"resolve-url-loader": "1.6.0",
"rxjs": "5.0.0-beta.12",
"sass-loader": "4.0.2",
"sendmail": "1.1.1",
"sharp": "0.16.2",
"showdown": "1.6.4",
"style-loader": "0.13.1",
"tether": "1.3.7",
"tslint": "4.1.1",
"url-loader": "0.5.7",
"validator": "6.2.0",
"webpack": "1.13.3",
"webpack-dev-middleware": "1.8.4",
"webpack-dev-server": "1.16.2",
"webpack-merge": "0.14.1",
"zone.js": "0.6.25"
},
"apidoc": {
"name": "Portfolio API",
"title": "Portfolio API",
"url": "http://flynndev.us:17580/api"
},
"liveurl": "http://flynndev.us:17580",
"featured": true,
"unrestrictedfiles": true,
"tags": [
"Angular2",
"Bootstrap",
"jQuery",
"Webpack",
"ApiDoc",
"Express",
"API",
"Node.js",
"JWT",
"FlexBox",
"SASS",
"Font Awesome"
],
"devDependencies": {
"apidoc": "^0.16.1",
"rimraf": "^2.6.1"
}
}