blockstack-storage
Version:
The Blockstack Javascript library for storage.
80 lines (79 loc) • 2.29 kB
JSON
{
"name": "blockstack-storage",
"version": "0.3.0-multi-reader-storage.alpha.1",
"description": "The Blockstack Javascript library for storage.",
"main": "lib/index",
"scripts": {
"browserify": "./node_modules/.bin/browserify lib/index.js --standalone blockstack -o ./tests/storageTests/bundle.js",
"compile": "rm -rf lib; babel --presets es2015 src -d lib",
"compile-tests": "rm -rf tests/storageTests/lib; babel --presets es2015 tests/storageTests/src -d tests/storageTests/lib",
"prepare": "npm run compile",
"release": "npm version patch && npm publish",
"build": "npm run dev-build",
"dev-build": "npm run compile; npm run compile-tests; npm run browserify;",
"integration-test-storage": "npm run compile; npm run compile-tests; npm run browserify; node ./tests/storageTests/lib/index.js",
"test": "echo 'Use the integration test framework; see circle.yml'; echo 'success!'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockstack/blockstack-storage-js.git"
},
"author": {
"name": "Blockstack Inc.",
"email": "admin@blockstack.com",
"url": "https://blockstack.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/blockstack/blockstack-storage-js/issues"
},
"keywords": [
"blockchain",
"bitcoin",
"bitcoin storage",
"bitcoin scaling",
"off-chain storage",
"crypto",
"cryptography",
"blockstack",
"blockstack auth",
"profile",
"identity",
"ethereum",
"storage",
"decentralized"
],
"homepage": "https://blockstack.org",
"contributors": [
{
"name": "Jude Nelson"
},
{
"name": "Larry Salibra"
},
{
"name": "Ryan Shea"
}
],
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"blockstack": "^0.9.0",
"blue-tape": "^1.0.0",
"browserify": "^13.1.1",
"express": "^4.15.0",
"fetch-mock": "^5.5.0",
"localstorage-polyfill": "^1.0.1",
"mock-localstorage": "^0.1.3",
"node-fetch": "^1.6.3",
"tape": "^4.6.3"
},
"dependencies": {
"ajv": "^4.11.5",
"bitcoinjs-lib": "^2.3.0",
"elliptic": "^6.4.0",
"isomorphic-fetch": "^2.2.1",
"jsontokens": "^0.7.4",
"uuid": "^3.0.1"
}
}