forked from GoogleChromeLabs/tti-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1022 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1022 Bytes
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
{
"name": "tti-polyfill",
"version": "0.2.2",
"description": "Polyfill for Time to Interactive. See https://goo.gl/OSmrPk",
"main": "tti-polyfill.js",
"scripts": {
"lint": "eslint --fix src/*.js scripts/*.js tests/*.js",
"build": "npm run lint && node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChrome/tti-polyfill.git"
},
"contributors": [
"Deepanjan Roy (Google)",
"Philip Walton <philip@philipwalton.com> (https://philipwalton.com/)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChrome/tti-polyfill/issues"
},
"homepage": "https://github.com/GoogleChrome/tti-polyfill#readme",
"devDependencies": {
"chalk": "^1.1.3",
"eslint": "^4.0.0",
"eslint-config-google": "^0.8.0",
"fs-extra": "^3.0.1",
"google-closure-compiler-js": "^20170521.0.0",
"gzip-size": "^3.0.0",
"rollup": "^0.41.6",
"rollup-plugin-node-resolve": "^3.0.0",
"source-map": "^0.5.6"
}
}