This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.08 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
{
"name": "example-koa-angular",
"version": "0.0.1",
"main": "app.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"devDependencies": {
"babel-plugin-syntax-async-generators": "^6.1.18",
"babel-plugin-check-es2015-constants": "^6.1.18",
"babel-plugin-transform-es2015-arrow-functions": "^6.1.18",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.1.18",
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-transform-es2015-classes": "^6.1.18",
"babel-plugin-transform-es2015-computed-properties": "^6.1.18",
"babel-plugin-transform-es2015-destructuring": "^6.1.18",
"babel-plugin-transform-es2015-for-of": "^6.1.18",
"babel-plugin-transform-es2015-function-name": "^6.1.18",
"babel-plugin-transform-es2015-literals": "^6.1.18",
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.18",
"babel-plugin-transform-es2015-object-super": "^6.1.18",
"babel-plugin-transform-es2015-parameters": "^6.1.18",
"babel-plugin-transform-es2015-shorthand-properties": "^6.1.18",
"babel-plugin-transform-es2015-spread": "^6.1.18",
"babel-plugin-transform-es2015-sticky-regex": "^6.1.18",
"babel-plugin-transform-es2015-template-literals": "^6.1.18",
"babel-plugin-transform-es2015-typeof-symbol": "^6.1.18",
"babel-plugin-transform-es2015-unicode-regex": "^6.1.18",
"clone-stats": "0.0.1",
"gulp": "^3.5.5",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.1.7",
"gulp-david": "^0.3.4",
"gulp-eslint": "1.1.1",
"gulp-jade": "^1.0.0",
"gulp-livereload": "^3.8.0",
"gulp-mocha": "^2.0.1",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-nodemon": "^2.0.2",
"gulp-protractor": "^1.0.0",
"gulp-uglify": "^1.2.0",
"jade": "^1.3.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"koa-livereload": "^0.1.22",
"phantomjs": "^1.9.17",
"protractor": "^3.0.0",
"sinon": "^1.14.1",
"supertest": "^1.0.1"
},
"dependencies": {
"bunyan": "^1.1.2",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"co": "^4.6.0",
"co-body": "^4.0.0",
"co-views": "^2.1.0",
"cogent": "^1.0.1",
"del": "^2.0.0",
"gulp-bower": "0.0.11",
"gulp-imagemin": "^3.0.0",
"gulp-install": "^0.6.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-stylus": "^2.0.1",
"imagemin-pngquant": "^6.0.0",
"koa": "1.4.1",
"koa-bodyparser": "^2.0.0",
"koa-bunyan": "^0.0.2",
"koa-gzip": "^0.1.0",
"koa-json": "1.1.1",
"koa-logger": "^1.2.0",
"koa-qs": "^2.0.0",
"koa-route": "^2.4.0",
"koa-session": "^3.2.0",
"koa-static": "^1.4.3",
"lodash.defaults": "^3.1.1",
"mocha": "^5.0.3",
"qs": "6.0.1",
"then-jade": "^2.4.1",
"snyk": "^1.108.0"
},
"engines": {
"node": ">= 0.11.10"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}