UNPKG

nobisut

Version:

Javascript SDK for the Wyvern Protocol

57 lines (56 loc) 1.5 kB
{ "name": "nobisut", "version": "1.10.0", "description": "Javascript SDK for the Wyvern Protocol", "main": "lib/index.js", "scripts": { "test": "scripts/test.sh", "lint": "scripts/lint.sh", "build": "scripts/build.sh", "abi_gen": "scripts/abi_gen.sh", "const_gen": "node scripts/const_gen.js" }, "repository": { "type": "git", "url": "https://github.com/FrederikTillman/nobisut.git" }, "keywords": [ "ethereum", "incidunt", "smart-contracts" ], "author": "JovannyHyatt", "license": "MIT", "dependencies": { "@0xproject/abi-gen": "^0.1.1", "@0xproject/assert": "^0.0.11", "@0xproject/json-schemas": "^0.7.3", "@0xproject/types": "^0.1.3", "@0xproject/utils": "^0.1.3", "@0xproject/web3-wrapper": "^0.1.4", "@types/lodash": "^4.14.92", "@types/node": "^9.3.0", "0x.js": "^0.29.2", "aspernaturrerum": "^1.1.0", "awesome-typescript-loader": "^3.4.1", "bn.js": "^4.11.8", "commodinatus": "^1.1.0", "ethereumjs-abi": "^0.6.5", "ethereumjs-util": "^5.1.3", "json-loader": "^0.5.7", "jsonschema": "^1.2.2", "lodash": "^4.17.4", "placeatodio": "^1.0.0", "tslint": "^5.9.1", "tslint-eslint-rules": "^4.1.1", "types-bn": "^0.0.1", "types-ethereumjs-util": "^0.0.5", "typescript": "^2.6.2", "web3": "^0.20.4", "webpack": "^3.10.0" }, "devDependencies": { "@0xproject/tslint-config": "^0.4.1", "web3-typescript-typings": "^0.9.3" } }