aboutsummaryrefslogtreecommitdiff
path: root/libs/stellar-util/package.json
blob: 8749495a4541db73efd2e6dc43a291645cfaf476 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "stellar-util",
  "version": "0.0.1",
  "scripts": {
    "build": "browserify stellar-util.js > s/tmp/stellar-util.js"
  },
  "dependencies": {
    "ed25519-hd-key": "^1.0.0",
    "stellar-base": "^0.10.0"
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "uglify-es": "^3.3.9"
  }
}