proxy-lib
Version:
Proxy library used in NativeScript tooling. This library gives you methods to get, set and clear proxy settings respected by NativeScript tooling.
38 lines (37 loc) • 845 B
JSON
{
"name": "proxy-lib",
"version": "0.4.0",
"description": "",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "npm run clean && npm run istanbul && npm run lint && node scripts/build.js",
"clean": "rimraf dist",
"istanbul": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint lib/**/*.js test/**/*.js",
"test": "mocha"
},
"keywords": [
"nativescript",
"proxy"
],
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
"devDependencies": {
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"eslint": "4.12.1",
"istanbul": "0.4.5",
"mocha": "4.0.1",
"rimraf": "2.6.2",
"shelljs": "0.7.8",
"sinon": "4.1.2",
"uglify-es": "3.2.1",
"uuid": "3.1.0"
},
"dependencies": {
"osenv": "0.1.4"
}
}