-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
128 lines (128 loc) · 3.68 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "transempregos-portal",
"version": "0.0.1",
"description": "",
"main": "dist/server/bin/www.js",
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"test": "gulp test",
"start": "node dist/server/bin/www.js",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TransEmpregos/transempregos-portal.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TransEmpregos/transempregos-portal/issues"
},
"homepage": "https://github.com/TransEmpregos/transempregos-portal#readme",
"private": true,
"dependencies": {
"@angular/common": "~2.4.0",
"@angular/compiler": "~2.4.0",
"@angular/core": "~2.4.0",
"@angular/forms": "~2.4.0",
"@angular/http": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@angular/platform-browser-dynamic": "~2.4.0",
"@angular/router": "~3.4.0",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.16",
"angular-2-local-storage": "^1.0.1",
"bcryptjs": "^2.4.0",
"core-js": "^2.4.1",
"debug": "^2.2.0",
"koa": "^2.0.0-alpha.7",
"koa-bodyparser": "^3.2.0",
"koa-conditional-get": "^1.0.3",
"koa-convert": "^1.2.0",
"koa-etag": "^2.1.1",
"koa-favicon": "next",
"koa-json": "^2.0.2",
"koa-jwt": "2.1.0",
"koa-logger": "^2.0.0",
"koa-mount": "^2.0.0",
"koa-onerror": "^3.0.1",
"koa-pug": "^3.0.0-1",
"koa-router": "^7.0.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"mongoose": "^4.7.4",
"pug": "^2.0.0-beta6",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.3",
"systemjs": "^0.19.40",
"tslib": "^1.5.0",
"zone.js": "^0.7.6"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.0",
"@types/chai": "^3.4.34",
"@types/chai-as-promised": "0.0.29",
"@types/debug": "0.0.29",
"@types/jsonwebtoken": "^7.2.0",
"@types/koa": "^2.0.37",
"@types/koa-bodyparser": "^3.0.22",
"@types/koa-compose": "^3.2.0",
"@types/koa-favicon": "^2.0.17",
"@types/koa-json": "^2.0.16",
"@types/koa-jwt": "^2.1.0",
"@types/koa-logger": "^2.0.2",
"@types/koa-mount": "^2.0.18",
"@types/koa-pug": "^3.0.1",
"@types/koa-router": "^7.0.21",
"@types/koa-static": "^2.0.22",
"@types/mocha": "^2.2.34",
"@types/mongodb": "^2.1.36",
"@types/mongoose": "^4.7.2",
"@types/sinon": "^1.16.33",
"@types/sinon-chai": "^2.7.27",
"@types/supertest": "^2.0.0",
"@types/systemjs": "^0.19.33",
"babel-polyfill": "^6.20.0",
"babel-preset-latest": "^6.16.0",
"bootstrap": "4.0.0-alpha.5",
"browser-sync": "^2.18.5",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chromedriver": "^2.21.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"gulp-file-cache": "0.0.1",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.0.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.0",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.11",
"into-stream": "^3.1.0",
"karma": "^1.1.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.0",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "2.1.8",
"protractor": "^5.0.0",
"protractor-accessibility-plugin": "^0.3.0",
"rimraf": "^2.5.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"supertest": "^2.0.1",
"systemjs-builder": "^0.15.34",
"tslint": "^4.2.0",
"typescript": "^2.1.6",
"yargs": "^6.5.0"
}
}