summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-03-06 13:28:12 +0100
committerJules Laplace <julescarbon@gmail.com>2018-03-06 13:28:12 +0100
commit25fec83f6f7db468721a38adb2c84a0c0a2121f1 (patch)
tree5ea8b40951e98639b88b0378618a9ca2f835de7a /package.json
displaying waveform and spectrogram
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9b64ce9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "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",
+ "webpack": "^2.4.1"
+ },
+ "dependencies": {
+ "pitchy": "^1.0.3",
+ "signal-windows": "0.0.1",
+ "tone": "^0.12.0"
+ }
+}