-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 4.45 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "glazed",
"description": "Glazed is an opinionated yet simple framework",
"version": "1.0.0-alpha.1",
"author": "Nick Baugh <[email protected]>",
"bugs": {
"url": "https://github.com/glazedio/glazed/issues",
"email": "[email protected]"
},
"dependencies": {
"boom": "^3.1.3",
"bootstrap": "^4.0.0-alpha.2",
"chalk": "^1.1.3",
"dotenv": "^2.0.0",
"dotenv-safe": "^2.3.1",
"es6-promisify": "^4.0.0",
"event-stream": "^3.3.2",
"frisbee": "^0.2.0",
"gulp-babel": "^6.1.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.3",
"koa": "^2.0.0-alpha.3",
"koa-better-static": "^1.0.5",
"koa-bodyparser": "^3.0.0",
"koa-compress": "github:omsmith/compress#koa2",
"koa-conditional-get": "^1.0.3",
"koa-connect-flash": "^0.1.2",
"koa-convert": "^1.2.0",
"koa-etag": "^2.1.1",
"koa-generic-session": "^1.10.2",
"koa-helmet": "^2.0.0-alpha.1",
"koa-json": "^2.0.2",
"koa-livereload": "^0.1.23",
"koa-logger": "^2.0.0",
"koa-manifest-rev": "0.0.3",
"koa-no-trailing-slash": "^1.1.0",
"koa-nunjucks-promise": "^1.0.3",
"koa-passport": "^2.0.1",
"koa-ratelimit": "github:niftylettuce/ratelimit",
"koa-redis": "^2.0.1",
"koa-response-time": "^1.0.2",
"koa-router": "^7.0.0",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"mongodb": "^2.1.18",
"mongoose": "^4.4.16",
"mongoose-beautiful-unique-validation": "^3.0.0",
"mongoose-json-select": "^0.2.1",
"passport-google-oauth": "^1.0.0",
"raven": "^0.10.0",
"redis": "~2.4.2",
"sweetalert": "^1.1.3",
"underscore.string": "^3.3.4",
"validator": "^5.2.0"
},
"devDependencies": {
"@earnest/eslint-config-es7": "^2.1.1",
"autobind-decorator": "^1.3.3",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-istanbul": "^0.8.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"check-chai": "0.0.1",
"colorguard": "^1.2.0",
"coveralls": "^2.11.9",
"cssnano": "^3.5.2",
"del": "^2.2.0",
"dirty-chai": "^1.2.2",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-mocha": "^2.2.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.0.2",
"gulp-cloudfront": "0.0.14",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.0.7",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.3",
"imagemin-pngquant": "^5.0.0",
"isparta": "^4.0.0",
"istanbul": "^0.4.3",
"jsdom": "^9.0.0",
"jsonlint": "^1.6.2",
"mocha": "^2.4.5",
"postcss-reporter": "^1.3.3",
"run-sequence": "^1.1.5",
"source-map-support": "^0.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": "6.0.0"
},
"homepage": "http://glazed.io",
"keywords": [
"2",
"2.x",
"async",
"await",
"babel",
"boilerplate",
"bootstrap",
"ejs",
"es6",
"es7",
"eskimo",
"express",
"framework",
"glazed",
"gulp",
"igloo",
"jade",
"jquery",
"koa",
"koa@next",
"less",
"mongodb",
"mongoose",
"mvc",
"nunjucks",
"passport",
"redis",
"spa"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/glazedio/glazed"
},
"scripts": {
"analyze-coverage": "NODE_ENV=test node_modules/.bin/babel-node node_modules/.bin/isparta cover node_modules/.bin/_mocha",
"build": "gulp build",
"check-coverage": "node_modules/.bin/babel-node node_modules/.bin/istanbul check-coverage",
"compile": "babel src --modules common --out-dir lib --source-maps",
"coverage": "npm run lint && npm run build && npm run analyze-coverage && npm run check-coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage/",
"lint": "node_modules/.bin/eslint src",
"postinstall": "npm run build",
"start": "DEBUG=* node lib/",
"test": "npm run lint && NODE_ENV=test _mocha --compilers js:babel-core/register",
"watch": "gulp watch"
}
}