forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 4.75 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
159
160
161
162
163
164
165
166
167
168
169
{
"private": true,
"name": "amp-html",
"version": "0.1.0",
"description": "Fastish HTML",
"main": "index.js",
"engines": {
"node": ">=6",
"yarn": ">=1.0.2"
},
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ampproject/amphtml.git"
},
"scripts": {
"test": "gulp test && gulp ava",
"ava": "gulp ava",
"lint": "gulp lint",
"build": "gulp build",
"dist": "gulp dist",
"heroku-postbuild": "npm run test-env-var && gulp clean && gulp build && gulp dist --fortesting",
"test-env-var": "if [ -z \"${AMP_TESTING_HOST}\" ]; then echo \"ERROR: Please set the 'AMP_TESTING_HOST' environment variable. If you are in heroku this can be set by executing 'heroku config:set AMP_TESTING_HOST=my-heroku-subdomain.herokuapp.com' on the command line.\"; exit 1; fi",
"preinstall": "node build-system/check-package-manager.js"
},
"dependencies": {
"babel-polyfill": "6.26.0",
"document-register-element": "1.5.0",
"promise-pjs": "1.1.3",
"web-animations-js": "2.3.1"
},
"greenkeeper": {
"ignore": [
"babel-polyfill",
"document-register-element",
"promise-pjs",
"react-dates",
"web-animations-js"
]
},
"devDependencies": {
"acorn-globals": "4.1.0",
"ajv": "6.1.1",
"ajv-keywords": "3.1.0",
"ansi-colors": "1.0.1",
"ast-replace": "1.1.3",
"atob": "2.0.3",
"autoprefixer": "7.2.4",
"ava": "0.25.0",
"babel-core": "6.26.0",
"babel-eslint": "8.1.2",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-env": "1.6.1",
"babelify": "8.0.0",
"baconipsum": "0.1.2",
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"browserify": "15.0.0",
"browserify-istanbul": "3.0.1",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"chalk": "2.3.0",
"connect-header": "0.0.5",
"cssnano": "4.0.0-rc.2",
"del": "3.0.0",
"derequire": "2.0.6",
"doctrine": "2.1.0",
"envify": "4.1.0",
"escodegen": "1.9.0",
"eslint": "4.14.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-sort-imports-es6-autofix": "0.2.2",
"eslint-plugin-sort-requires": "2.1.0",
"esprima": "4.0.0",
"express": "4.16.2",
"fancy-log": "1.3.2",
"fetch-mock": "5.13.1",
"file-reader": "1.1.1",
"formidable": "1.1.1",
"fs-extra": "5.0.0",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-ava": "0.18.0",
"gulp-batch-replace": "0.0.0",
"gulp-closure-compiler": "0.4.0",
"gulp-eslint": "4.0.1",
"gulp-exec": "3.0.1",
"gulp-file": "0.4.0",
"gulp-git": "2.5.0",
"gulp-help": "1.6.1",
"gulp-if": "2.0.2",
"gulp-intercept": "0.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.3",
"gulp-uglify": "3.0.0",
"gulp-watch": "4.3.11",
"gulp-webserver": "0.9.1",
"gulp-wrap": "0.13.0",
"gzip-size": "4.1.0",
"is-running": "2.1.0",
"jison": "0.4.18",
"jsdom": "11.6.2",
"json-stable-stringify": "1.0.1",
"karma": "2.0.0",
"karma-babel-preprocessor": "7.0.0",
"karma-browserify": "5.1.3",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-edge-launcher": "0.4.2",
"karma-firefox-launcher": "1.1.0",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-ie-launcher": "1.0.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-safari-launcher": "1.0.0",
"karma-sauce-launcher": "1.2.0",
"karma-simple-reporter": "2.0.0",
"karma-sinon-chai": "1.3.3",
"karma-super-dots-reporter": "0.1.0",
"lazypipe": "1.0.1",
"lolex": "2.3.1",
"markdown-link-check": "3.1.6",
"minimatch": "3.0.4",
"minimist": "1.2.0",
"mocha": "4.1.0",
"moment": "2.20.1",
"morgan": "1.9.0",
"nodemon": "1.14.12",
"path": "0.12.7",
"plugin-error": "0.1.2",
"postcss": "6.0.17",
"postcss-import": "11.0.0",
"preact": "8.2.7",
"preact-compat": "3.17.0",
"pretty-bytes": "4.0.2",
"prop-types": "15.6.0",
"react-addons-shallow-compare": "15.6.2",
"react-dates": "15.5.3",
"react-externs": "0.13.6",
"request": "2.83.0",
"rimraf": "2.6.2",
"rocambole": "0.7.0",
"shuffle-seed": "1.1.6",
"sinon": "4.1.3",
"sinon-chai": "2.14.0",
"text-table": "0.2.0",
"through2": "2.0.3",
"touch": "3.1.0",
"traverse": "0.6.6",
"uglifyify": "4.0.5",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "3.9.0",
"yamljs": "0.3.0"
},
"ava": {
"files": [
"build-system/tasks/**/{test,test-*}.js"
],
"concurrency": 5,
"tap": true,
"failFast": true
}
}