summaryrefslogtreecommitdiff
path: root/package.json
blob: ff61ef0c52f74d6aecd29a001f91d1ffb5a81cfe (plain)
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
{
  "name": "glass",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "UNLICENSED",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-preset-env": "^1.4.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.18.2",
    "eslint-plugin-react": "^7.7.0",
    "webpack": "^2.4.1",
    "hidpi-canvas": "git+ssh://git@github.com/julescarbon/hidpi-canvas-polyfill.git"
  },
  "dependencies": {
    "adm-zip": "^0.4.11",
    "data-uri-to-buffer": "^2.0.0",
    "file-saver": "^1.3.8",
    "jszip": "^3.1.5",
    "pitchy": "^1.0.3",
    "signal-windows": "0.0.1",
    "sprintf-js": "^1.1.1",
    "tone": "^0.12.0"
  }
}