-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
55 lines (55 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "wyvern-schemas",
"version": "0.6.15",
"main": "./dist/index.js",
"description": "Nonfungible asset schemas for the Wyvern Protocol",
"scripts": {
"lint": "scripts/lint.sh",
"dev": "scripts/dev.sh",
"build": "scripts/build.sh",
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectWyvern/wyvern-schemas.git"
},
"keywords": [
"ethereum",
"project-wyvern",
"smart-contracts"
],
"author": "Project Wyvern Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectWyvern/wyvern-schemas/issues"
},
"homepage": "https://github.com/ProjectWyvern/wyvern-schemas#readme",
"devDependencies": {
"@types/node": "^9.3.0",
"buffer": "^5.0.8",
"ethereumjs-abi": "https://github.com/ProjectWyvern/ethereumjs-abi.git",
"ethereumjs-util": "^5.1.3",
"jsonlint": "^1.6.2",
"ts-loader": "^3.3.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",
"web3-typescript-typings": "^0.9.4"
},
"dependencies": {
"@0xproject/utils": "^0.3.4",
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"bignumber.js": "^6.0.0",
"js-yaml": "^3.10.0",
"mocha": "^5.0.1",
"typed-promisify": "^0.4.0",
"web3-provider-engine": "^13.6.5"
}
}