forked from GoogleChromeLabs/pwacompat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 809 Bytes
/
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
{
"name": "pwacompat",
"version": "2.0.8",
"description": "library to bring Web App Manifest contents to non-compliant browsers",
"main": "pwacompat.min.js",
"module": "pwacompat.js",
"jsnext:main": "pwacompat.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChrome/pwacompat.git"
},
"keywords": [
"pwa",
"compatibility",
"ios",
"homescreen",
"manifest"
],
"author": "The Chromium Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChrome/pwacompat/issues"
},
"homepage": "https://github.com/GoogleChrome/pwacompat",
"scripts": {
"test": "mocha-headless-server suite.html"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mocha-headless-server": "^0.1.1"
}
}