pwa-helpers
Version:
Small helper methods or mixins to help you build web apps.
36 lines (35 loc) • 915 B
JSON
{
"name": "pwa-helpers",
"version": "0.9.1",
"description": "Small helper methods or mixins to help you build web apps.",
"contributors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "git+https://github.com/polymer/pwa-helpers.git"
},
"license": "BSD-3-Clause",
"main": "pwa-helpers.js",
"module": "pwa-helpers.js",
"devDependencies": {
"@polymer/test-fixture": "^4.0.2",
"axe-core": "^3.0.2",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"polymer-cli": "^1.8.0",
"redux": "^4.0.0",
"sinon": "^7.2.3",
"typescript": "^3.1.1",
"wct-mocha": "^1.0.0"
},
"bugs": {
"url": "https://github.com/polymer/pwa-helpers/issues"
},
"homepage": "https://github.com/polymer/pwa-helpers#readme",
"scripts": {
"test": "tsc && polymer test --module-resolution=node --npm",
"build": "tsc"
},
"author": "The Polymer Authors"
}