webrequest/package.json

29 lines
723 B
JSON
Raw Normal View History

2018-11-30 16:12:48 +00:00
{
"name": "@pushrocks/webrequest",
2019-02-15 11:39:29 +00:00
"version": "1.0.7",
2018-11-30 16:12:48 +00:00
"private": false,
"description": "securely request from browsers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-12-06 00:02:35 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
2018-11-30 16:12:48 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2018-12-06 00:02:35 +00:00
"@gitzone/tsbuild": "^2.1.3",
"@gitzone/tstest": "^1.0.17",
2018-12-03 17:35:30 +00:00
"@pushrocks/smartexpress": "^2.0.4",
2018-11-30 16:12:48 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2018-12-06 00:02:35 +00:00
"@types/node": "^10.12.12",
2018-12-04 16:35:40 +00:00
"node-fetch": "^2.3.0",
2018-11-30 16:12:48 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.2"
}
}