UNPKG

polyserve

Version:
81 lines (80 loc) 2.49 kB
{ "name": "polyserve", "version": "0.27.15", "description": "A simple dev server for bower components", "homepage": "https://github.com/Polymer/tools/tree/master/packages/polyserve", "repository": "github:Polymer/tools", "bugs": "https://github.com/Polymer/tools/issues", "license": "BSD-3-Clause", "author": "The Polymer Project Authors", "main": "./lib/polyserve.js", "bin": { "polyserve": "bin/polyserve" }, "scripts": { "build": "npm run clean && tsc && npm run lint", "clean": "rimraf lib", "format": "find src test -name \"*.ts\" | xargs clang-format --style=file -i", "lint": "tslint -p .", "start": "./bin/polyserve", "test": "npm run build && mocha \"lib/test/**/*_test.js\" && tslint \"src/**/*.ts\"", "test:unit": "mocha \"lib/test/**/*_test.js\"", "test:watch": "tsc-then -- mocha \"lib/test/**/*_test.js\"", "update-goldens": "tsc && UPDATE_POLYSERVE_GOLDENS=true mocha lib/test/compile-middleware_test.js || echo ''" }, "keywords": [ "polymer", "polyserve" ], "dependencies": { "@types/compression": "^0.0.33", "@types/content-type": "^1.1.0", "@types/escape-html": "0.0.20", "@types/express": "^4.0.36", "@types/mime": "^2.0.0", "@types/mz": "0.0.29", "@types/opn": "^3.0.28", "@types/parse5": "^2.2.34", "@types/pem": "^1.8.1", "@types/resolve": "0.0.6", "@types/serve-static": "^1.7.31", "@types/spdy": "^3.4.1", "bower-config": "^1.4.1", "browser-capabilities": "^1.0.0", "command-line-args": "^5.0.2", "command-line-usage": "^5.0.5", "compression": "^1.6.2", "content-type": "^1.0.2", "cors": "^2.8.4", "escape-html": "^1.0.3", "express": "^4.8.5", "find-port": "^1.0.1", "http-proxy-middleware": "^0.17.2", "lru-cache": "^4.0.2", "mime": "^2.3.1", "mz": "^2.4.0", "opn": "^3.0.2", "pem": "^1.8.3", "polymer-build": "^3.1.0", "polymer-project-config": "^4.0.0", "requirejs": "^2.3.4", "resolve": "^1.5.0", "send": "^0.16.2", "spdy": "^3.3.3" }, "devDependencies": { "@types/cors": "^2.8.4", "@types/lru-cache": "^2.5.32", "@types/sinon": "^5.0.0", "@types/supertest": "^2.0.1", "@types/tmp": "0.0.31", "intercept-stdout": "^0.1.2", "rimraf": "^2.6.2", "sinon": "^5.0.7", "source-map-support": "^0.4.6", "supertest": "^3.0.0", "tmp": "0.0.28", "tsc-then": "^1.1.0" }, "typings": "./lib/polyserve.d.ts" }