-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 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
{
"name": "hello-angular2",
"version": "0.1.0",
"description": "Experimental app using Angular 2.0 and Bootstrap 4.0.",
"license": "MIT",
"private": true,
"scripts": {
"start": "node ./server/main.js",
"debug": "node ./server/main.js"
},
"engines": {
"npm": "3.7.3",
"node": "5.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcgaryes/ericmcgary.git"
},
"dependencies": {
"angular2": "2.0.0-beta.12",
"basscss": "^8.0.1",
"body-parser": "~1.13.2",
"bootstrap": "^4.0.0-alpha.2",
"cloudinary": "^1.3.0",
"compression": "^1.6.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"morgan": "~1.6.1",
"pm2": "^1.0.2",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"serve-favicon": "~2.3.0",
"systemjs": "0.19.24",
"tether": "^1.2.0",
"tracer": "^0.8.3",
"underscore": "^1.8.3",
"zone.js": "^0.6.6"
},
"devDependencies": {
"typescript": "^1.8.7",
"typings": "^0.7.5"
}
}