-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.92 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
{
"name": "repolifestory",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "thanos pappas",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.16.3",
"@types/chai": "^3.4.34",
"@types/chai-http": "0.0.29",
"@types/cookie-parser": "^1.3.30",
"@types/errorhandler": "0.0.30",
"@types/method-override": "0.0.29",
"@types/mocha": "^2.2.32",
"@types/morgan": "^1.7.32",
"@types/node": "^7.0.12",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.1.2",
"concurrently": "^3.2.0",
"lite-server": "^2.2.2",
"canonical-path": "0.0.2",
"lodash": "^4.16.4",
"jasmine-core": "~2.4.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~4.0.14",
"rimraf": "^2.5.4",
"@types/jasmine": "2.5.36"
},
"dependencies": {
"@angular/common": "~4.0.0",
"@angular/compiler": "~4.0.0",
"@angular/core": "~4.0.0",
"@angular/forms": "~4.0.0",
"@angular/http": "~4.0.0",
"@angular/platform-browser": "~4.0.0",
"@angular/platform-browser-dynamic": "~4.0.0",
"@angular/router": "~4.0.0",
"angular-in-memory-web-api": "~0.3.0",
"angular2-fontawesome": "^0.9.0",
"angular2-froala-wysiwyg": "^2.6.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"d3": "^4.7.4",
"ejs": "^2.5.6",
"errorhandler": "^1.5.0",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"method-override": "^2.3.8",
"moment": "^2.18.1",
"morgan": "^1.8.1",
"reflect-metadata": "^0.1.10",
"rxjs": "5.0.1",
"serve-static": "^1.12.1",
"sqlite3": "^3.1.8",
"systemjs": "0.19.40",
"tinymce": "^4.5.3",
"typings": "^2.1.0",
"zone.js": "^0.8.4"
}
}