summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-22 17:35:49 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-22 17:35:49 +0200
commitacf03a89ea16bfa49db8c1175be8f0cf1e021ab3 (patch)
treeb0ece3cd3f67e5db7cbeed6d58600835f75e5d59 /package.json
civic violence simulator
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e986c4c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "civic-violence",
+ "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",
+ "file-saver": "^1.3.8",
+ "midi-writer-js": "^1.5.2",
+ "nexusui": "^2.0.0",
+ "tone": "^0.12.80",
+ "webfontloader": "^1.6.27",
+ "webmidi": "^2.2.0"
+ }
+}