@api-components/http-method-selector
Version:
30 lines (29 loc) • 954 B
JSON
{
"name": "@api-components/http-method-selector",
"version": "2.0.0",
"license": "Apache-2.0",
"description": "A HTTP method selector",
"authors": [
"pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.1.1"
},
"private": false,
"main": "http-method-selector.html",
"scripts": {
"lint": "polymer lint http-method-selector.html http-method-selector-mini.html",
"test-sauce": "polymer test --plugin sauce --job-name \"http-method-selector:local-test\"",
"test": "polymer test --plugin local",
"update-types": "gen-typescript-declarations --deleteExisting --outDir ."
},
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/http-method-selector.git"
},
"bugs": {
"url": "https://github.com/advanced-rest-client/http-method-selector/issues",
"email": "arc@mulesoft.com"
}
}