UNPKG

rubanjs

Version:

Fractal JavaScript API

56 lines (55 loc) 1.5 kB
{ "name": "rubanjs", "namespace": "fractal", "version": "0.1.5", "description": "Fractal JavaScript API", "repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3", "license": "LGPL-3.0", "main": "dist/rubanjs.cjs.js", "module": "dist/rubanjs.esm.js", "browser": "dist/rubanjs.umd.js", "bugs": { "url": "https://github.com/ethereum/web3.js/issues" }, "keywords": [ "Fractal", "JavaScript", "API" ], "author": "fractal platform", "authors": [ { "name": "Guo jia", "email": "ctain@fractalblock.com", "homepage": "https://github.com/katsu" } ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "dtslint": "dtslint types --onlyTestTsNext", "postinstall": "node angular-patch.js" }, "types": "types/index.d.ts", "dependencies": { "@babel/runtime": "^7.3.1", "@types/node": "^10.12.18", "ruban-admin": "0.1.5", "ruban-core": "0.1.5", "ruban-fra": "0.1.5", "ruban-net": "0.1.5", "ruban-providers": "0.1.5", "ruban-utils": "0.1.5" }, "devDependencies": { "definitelytyped-header-parser": "^1.0.1", "dtslint": "0.4.2" }, "files": [ "dist", "types/index.d.ts", "angular-patch.js" ], "gitHead": "2db5735bf5f30139796c9954af614246e616ecfb" }