Simon Priet e69a613a37 feat: Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
2021-09-08 14:01:19 +02:00

44 lines
1.1 KiB
JSON

{
"name": "node-oauth1",
"version": "1.3.0",
"description": "A fork of Netflix's implementation of the OAuth1 protocol",
"main": "index.js",
"scripts": {
"test": "npm run test-unit && npm run test-browser",
"test-unit": "node npm/test-unit.js",
"test-browser": "node npm/test-browser.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/czardoz/node-oauth1.git"
},
"keywords": [
"OAuth",
"OAuth-1.0a",
"OAuth1"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/czardoz/node-oauth1/issues"
},
"homepage": "https://github.com/czardoz/node-oauth1#readme",
"dependencies": {},
"devDependencies": {
"browserify": "16.5.1",
"chai": "4.2.0",
"chalk": "2.4.2",
"colors": "1.4.0",
"karma": "3.1.4",
"karma-browserify": "6.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"mocha": "7.1.2",
"nyc": "14.1.1",
"puppeteer": "1.20.0",
"recursive-readdir": "2.2.2",
"shelljs": "0.8.4"
}
}