summaryrefslogtreecommitdiff
path: root/package.json
blob: e2f12d750c96a06de07e9a53eb122372997c93b6 (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
{
  "name": "inequality",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "UNLICENSED",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.0.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "webpack": "^2.4.1"
  },
  "dependencies": {
    "csv": "^3.1.0",
    "csv-parse": "^2.5.0",
    "nexusui": "^2.0.0",
    "tone": "^0.12.80",
    "webfontloader": "^1.6.27",
    "webmidi": "^2.2.0"
  }
}