diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 02:57:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 02:57:16 +0200 |
| commit | 72516c00456545fb297af1e9c5e4013df1b06a92 (patch) | |
| tree | 6ffc58d4b1e2daf074dae6cd2914afbfd3f8c2a1 /package.json | |
applause thing
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..59fd466 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "applause", + "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": { + "tone": "^0.10.0" + } +} |
