-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 3.61 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
{
"private": true,
"name": "subscribe-with-google",
"version": "0.1.22",
"description": "Subscribe with Google",
"main": "index.js",
"engines": {
"node": ">=6",
"yarn": ">=1.0.2"
},
"author": "Subscribe with Google Authors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/QQQQ/QQQQ.git"
},
"scripts": {
"start": "node build-system/server/server-gae.js",
"start-local": "gulp",
"deploy": "gcloud app deploy --stop-previous-version",
"test": "gulp test && ava",
"ava": "ava",
"lint": "gulp lint",
"build": "gulp build",
"dist": "gulp dist"
},
"dependencies": {
"promise-pjs": "1.1.3",
"web-activities": "1.11.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ansi-colors": "1.1.0",
"atob": "2.0.3",
"autoprefixer": "6.7.0",
"ava": "0.15.2",
"babel-core": "5.8.35",
"babel-eslint": "6.1.2",
"babelify": "6.4.0",
"bluebird": "3.0.5",
"body-parser": "1.14.2",
"browserify": "14.0.0",
"browserify-istanbul": "2.0.0",
"chai": "3.5.0",
"chai-as-promised": "5.2.0",
"cookie-parser": "1.4.3",
"cssnano": "3.3.2",
"del": "2.2.0",
"eslint": "3.18.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-swg-internal": "file:build-system/eslint-rules",
"express": "4.14.0",
"fancy-log": "1.3.2",
"fetch-mock": "5.12.2",
"file-reader": "1.1.1",
"fs-extra": "0.27.0",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-ava": "^0.18.0",
"gulp-closure-compiler": "0.4.0",
"gulp-eslint": "3.0.1",
"gulp-exec": "2.1.2",
"gulp-file": "0.2.0",
"gulp-git": "^2.3.2",
"gulp-help": "1.6.1",
"gulp-if": "2.0.0",
"gulp-intercept": "0.1.0",
"gulp-load-plugins": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sequence": "0.4.6",
"gulp-sourcemaps": "1.5.2",
"gulp-uglify": "2.0.1",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"gulp-webserver": "0.9.1",
"gulp-wrap": "0.11.0",
"gzip-size": "3.0.0",
"hogan-express": "0.5.2",
"is-running": "^2.1.0",
"json-stable-stringify": "1.0.1",
"jsonwebtoken": "8.1.0",
"karma": "1.7.0",
"karma-browserify": "5.1.1",
"karma-chai": "0.1.0",
"karma-chai-as-promised": "0.1.2",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "1.1.1",
"karma-edge-launcher": "0.4.1",
"karma-firefox-launcher": "0.1.7",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "0.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "0.2.2",
"karma-mocha-reporter": "^2.2.3",
"karma-safari-launcher": "0.1.1",
"karma-sauce-launcher": "1.1.0",
"karma-sinon-chai": "1.2.3",
"karma-super-dots-reporter": "^0.1.0",
"lazypipe": "1.0.1",
"lolex": "1.4.0",
"markdown-link-check": "^3.0.3",
"minimatch": "3.0.0",
"minimist": "1.2.0",
"mocha": "2.5.3",
"morgan": "1.7.0",
"nodemon": "1.11.0",
"path": "0.12.7",
"postcss": "5.2.10",
"postcss-import": "9.1.0",
"preact": "^8.2.9",
"preact-portal": "^1.1.3",
"request": "2.73.0",
"rimraf": "2.5.1",
"rollup": "0.56.0",
"shuffle-seed": "1.1.6",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"through2": "2.0.0",
"touch": "1.0.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.9.0"
},
"ava": {
"files": [
"build-system/tasks/**/{test,test-*}.js"
],
"concurrency": 5,
"tap": true,
"failFast": true
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
}
}