UNPKG

915 BJSONView Raw
1{
2 "name": "pwa-helpers",
3 "version": "0.9.1",
4 "description": "Small helper methods or mixins to help you build web apps.",
5 "contributors": [
6 "The Polymer Authors"
7 ],
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/polymer/pwa-helpers.git"
11 },
12 "license": "BSD-3-Clause",
13 "main": "pwa-helpers.js",
14 "module": "pwa-helpers.js",
15 "devDependencies": {
16 "@polymer/test-fixture": "^4.0.2",
17 "axe-core": "^3.0.2",
18 "chai": "^4.2.0",
19 "mocha": "^5.2.0",
20 "polymer-cli": "^1.8.0",
21 "redux": "^4.0.0",
22 "sinon": "^7.2.3",
23 "typescript": "^3.1.1",
24 "wct-mocha": "^1.0.0"
25 },
26 "bugs": {
27 "url": "https://github.com/polymer/pwa-helpers/issues"
28 },
29 "homepage": "https://github.com/polymer/pwa-helpers#readme",
30 "scripts": {
31 "test": "tsc && polymer test --module-resolution=node --npm",
32 "build": "tsc"
33 },
34 "author": "The Polymer Authors"
35}