-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 939 Bytes
/
package.json
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
27
28
29
30
31
{
"name": "ecto-drum",
"version": "1.0.0",
"description": "Ecto-Drum is a web-based drum machine that allows users to create custom beats and download them as .wav files. [Here is an example of the concept] (http://www.html5drummachine.com/)",
"main": "index.js",
"dependencies": {
"browserify": "^14.5.0",
"jquery": "^3.2.1",
"jquery.ripples": "^0.6.1",
"tone": "^0.11.11",
"waaclock": "^0.5.3",
"webpack": "^3.8.1",
"workerify": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethannkschneider/ecto-drum.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethannkschneider/ecto-drum/issues"
},
"homepage": "https://github.com/ethannkschneider/ecto-drum#readme"
}