-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
73 lines (73 loc) · 1.9 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
{
"name": "minmin",
"version": "0.0.40",
"repository": {
"type": "git",
"url": "https://github.com/minhdtb/minmin.git"
},
"main": "index.js",
"description": "MinMin Web Framework",
"engineStrict": true,
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7.1.0",
"@types/compression": "0.0.36",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.1",
"@types/express": "^4.0.37",
"@types/express-session": "^1.15.10",
"@types/helmet": "0.0.36",
"@types/lodash": "^4.14.115",
"@types/mocha": "^5.2.5",
"@types/winston": "^2.3.6",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-istanbul": "^1.1.3",
"gulp-jasmine": "^2.4.2",
"gulp-mocha": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^4.0.2",
"gulpclass": "^0.1.2",
"jasmine": "^2.5.2",
"merge2": "^1.0.2",
"mocha": "^5.2.0",
"remap-istanbul": "^0.11.1",
"rimraf": "~2.5.4",
"run-sequence": "^1.2.2",
"sinon-chai": "^3.2.0",
"standard-version": "^8.0.1",
"ts-node": "^7.0.0",
"tslint": "^5.11.0",
"tslint-stylish": "^2.1.0",
"typescript": "^2.8.1"
},
"scripts": {
"test": "gulp ci-tests",
"compile": "tsc",
"package": "gulp package",
"release": "gulp publish"
},
"author": "minhdtb <minhdtb.83@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.1",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.15.4",
"express-session": "^1.15.5",
"helmet": "^3.8.1",
"lodash": "^4.17.5",
"moment": "^2.19.3",
"reflect-metadata": "^0.1.10",
"winston": "^2.3.1"
}
}