-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 966 Bytes
/
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
{
"name": "wyvern-exchange",
"version": "0.1.10",
"description": "Javascript SDK for the Wyvern Exchange",
"main": "dist.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectWyvern/wyvern-exchange.git"
},
"keywords": [
"ethereum",
"project-wyvern",
"smart-contracts"
],
"author": "Project Wyvern Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectWyvern/wyvern-exchange/issues"
},
"homepage": "https://github.com/ProjectWyvern/wyvern-exchange#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bignumber.js": "^6.0.0",
"querystring": "^0.2.0",
"wyvern-js": "0.1.1"
},
"scripts": {
"build": "scripts/build.sh"
}
}