- Add GETTING_STARTED.md with quick start guide and development modes - Add INSTALL.sh automated installation script - Add INSTALLATION_CHECKLIST.md, INSTALLATION_SUCCESS.md, and INSTALLATION_SUMMARY.md - Add QUICK_REFERENCE.md for common commands - Add SETUP_GUIDE.md with detailed setup instructions - Update README.md with improved project overview - Add did-wallet app dependencies and node_modules
29 lines
605 B
JSON
29 lines
605 B
JSON
{
|
|
"name": "sparse-array",
|
|
"version": "1.3.2",
|
|
"description": "Sparse array implementation in JS with no dependencies",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tape tests/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pgte/js-sparse-array.git"
|
|
},
|
|
"keywords": [
|
|
"sparse",
|
|
"array",
|
|
"sparse",
|
|
"array"
|
|
],
|
|
"author": "pgte",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/pgte/js-sparse-array/issues"
|
|
},
|
|
"homepage": "https://github.com/pgte/js-sparse-array#readme",
|
|
"devDependencies": {
|
|
"tape": "^4.6.3"
|
|
}
|
|
}
|