70f87ea002
* Skeleton packages * Publish parity.js package to npm * [ci skip] js-precompiled 20161029-190427 * Extra step information * [ci skip] js-precompiled 20161029-192209 * Use autToken for npmjs (cannot run headless in docker) * [ci skip] js-precompiled 20161029-193414 * Correct package.json structure * [ci skip] js-precompiled 20161029-194003 * Scope package to public * [ci skip] js-precompiled 20161029-194529 * Start package version at 0.1.0 * Build proper umd library * [ci skip] js-precompiled 20161029-231233 * Update build/release stage * [ci skip] js-precompiled 20161030-071454 * Basic README.md to satisfy npmjs * [ci skip] js-precompiled 20161030-073150 * CommonJs format * [ci skip] js-precompiled 20161030-075034 * Update README.md * update dependencies * [ci skip] js-precompiled 20161030-075727 * Starting package version * Build only on master
33 lines
636 B
JSON
33 lines
636 B
JSON
{
|
|
"name": "@parity/parity.js",
|
|
"description": "The Parity Promise-base API & ABI library for interfacing with Ethereum over RPC",
|
|
"version": "0.0.0",
|
|
"main": "library.js",
|
|
"author": "Parity Team <admin@parity.io>",
|
|
"maintainers": [
|
|
"Jaco Greeff"
|
|
],
|
|
"contributors": [],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethcore/parity.git"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ABI",
|
|
"API",
|
|
"RPC",
|
|
"Parity",
|
|
"Promise"
|
|
],
|
|
"scripts": {
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"dependencies": {
|
|
"bignumber.js": "^2.3.0",
|
|
"js-sha3": "^0.5.2"
|
|
}
|
|
}
|