This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
100 lines (100 loc) · 3.06 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
{
"name": "platform-status",
"version": "0.1.0",
"description": "",
"main": "gulpfile.babel.js",
"engines": {
"node": "6"
},
"dependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^8.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "7.0.0",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"body-parser": "^1.15.0",
"bottleneck": "^1.9.1",
"browser-sync": "^2.15.0",
"browserify": "^14.5.0",
"compression": "^1.6.0",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"eslint": "^4.12.1",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eu": "^1.3.2",
"express": "^4.13.3",
"file-exists": "^5.0.0",
"glob": "^7.0.6",
"gray-matter": "^3.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-inline-source": "^3.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-postcss": "6.4.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"handlebars": "^4.0.3",
"lodash.debounce": "^4.0.8",
"lunr": "1.0.0",
"markdown-it": "^8.4.0",
"mkdirp": "^0.5.1",
"mozilla-tabzilla": "^0.5.1",
"newrelic": "^2.4.1",
"node-fetch": "^2.6.1",
"oghliner": "^1.1.1",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-nested": "1.0.1",
"postcss-reporter": "^5.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^4.1.0",
"redis": "^2.5.3",
"slugify": "^1.2.6",
"source-map-support": "^0.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"chai-http": "^3.0.0",
"intern": "3.4.6",
"nock": "^9.1.3",
"portfinder": "^1.0.13"
},
"scripts": {
"postinstall": "if [ \"$BUILD_POSTINSTALL\" ]; then ./node_modules/.bin/gulp build; fi",
"build": "./node_modules/.bin/gulp build",
"server": "node server.js",
"lint": "gulp lint",
"start": "gulp watch",
"test": "npm run lint && REDIS_INDEX=5 npm run build && REDIS_INDEX=5 intern-client config=tests/config/intern-node",
"testNode": "npm run lint && REDIS_INDEX=5 intern-client config=tests/config/intern-node",
"update-browser-logos": "npm i alrra/browser-logos && cp node_modules/browser-logos/*/{chrome,edge,firefox,firefox-beta,firefox-developer-edition,firefox-nightly,opera,safari-technology-preview}_64x64.png src/images/browsers/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/platform-status.git"
},
"keywords": [
"firefox",
"webapi",
"w3c",
"platform",
"status"
],
"author": "Harald Kirschner <npm@digitarald.com> (http://digitarald.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mozilla/platform-status/issues"
},
"homepage": "https://github.com/mozilla/platform-status#readme"
}