npm-polymer-elements
Version:
Polymer Elements package for npm
27 lines (26 loc) • 653 B
JSON
{
"name": "sw-toolbox",
"version": "2.1.0",
"license": "Apache-2.0",
"scripts": {
"test": "gulp lint"
},
"main": "lib/sw-toolbox.js",
"repository": "https://github.com/GoogleChrome/sw-toolbox",
"dependencies": {
"serviceworker-cache-polyfill": "coonsta/cache-polyfill",
"path-to-regexp": "^1.0.1"
},
"devDependencies": {
"browserify": "^6.3.2",
"browserify-header": "^0.9.2",
"eslint": "^1.4.3",
"eslint-config-xo": "^0.6.0",
"gulp": "^3.8.10",
"gulp-eslint": "^1.0.0",
"jshint-stylish": "^1.0.0",
"minifyify": "^6.4.0",
"qunitjs": "^1.18.0",
"vinyl-source-stream": "^1.0.0"
}
}