diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-12 15:16:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-12 15:16:16 +0200 |
| commit | 86213c887b101044ae2f3ea393fee927842dbde2 (patch) | |
| tree | 72e903084c6f19eb8f15640c1d354b9226dea591 /package.json | |
inequality sonification project
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b0a1525 --- /dev/null +++ b/package.json @@ -0,0 +1,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": "^1.2.0", + "tone": "^0.12.80", + "webfontloader": "^1.6.27", + "webmidi": "^2.2.0" + } +} |
