-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "Templater",
"version": "1.0.0",
"description": "",
"main": "./bin/www",
"scripts": {
"start": "node ./bin/www"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "^2.4.10",
"@angular/compiler": "^2.4.10",
"@angular/core": "^2.4.10",
"@angular/forms": "^2.4.10",
"@angular/http": "^2.4.10",
"@angular/platform-browser": "^2.4.10",
"@angular/platform-browser-dynamic": "^2.4.10",
"@angular/router": "^3.4.10",
"angular-in-memory-web-api": "^0.2.5",
"async": "^2.5.0",
"body-parser": "^1.17.2",
"core-js": "^2.4.1",
"ejs": "^2.5.6",
"es6-shim": "^0.35.3",
"express": "^4.15.3",
"logger": "0.0.1",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"node-outlook": "^1.1.6",
"nodemailer": "^4.0.1",
"nodemailer-direct-transport": "^3.3.2",
"nodemailer-smtp-transport": "^2.7.4",
"reflect-metadata": "^0.1.10",
"rethinkdb": "^2.3.3",
"rxjs": "^5.4.2",
"simple-git": "^1.75.0",
"socket.io": "^2.0.3",
"systemjs": "^0.19.47",
"zone.js": "^0.7.8"
},
"devDependencies": {
"eslint": "^4.2.0",
"nodemon": "^1.11.0"
}
}