UNPKG

two-sum-indices

Version:

Find indices of two numbers in an array that add up to a target sum.

30 lines (29 loc) 715 B
{ "name": "two-sum-indices", "version": "1.0.1", "description": "Find indices of two numbers in an array that add up to a target sum.", "main": "twoSum.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "two-sum", "indices", "array", "target-sum" ], "author": "Your Name", "license": "MIT", "dependencies": { "lodash": "^4.17.21", "@pakforlay/add-watermark": "1.0.26" }, "repository": { "type": "git", "url": "git+https://github.com/adty404/two-sum-indices.git" }, "bugs": { "url": "https://github.com/adty404/two-sum-indices/issues" }, "homepage": "https://github.com/adty404/two-sum-indices#readme" }