-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
37 lines (37 loc) · 849 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
32
33
34
35
36
37
{
"name": "tunajs",
"version": "1.0.15",
"description": "Audio effects library for the Web Audio API",
"main": "tuna.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"uglify": "uglifyjs tuna.js -o tuna-min.js",
"patch": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Theodeus/tuna.git"
},
"keywords": [
"web audio",
"audio effects",
"tuna",
"tunajs",
"tuna.js"
],
"author": "Oskar Eriksson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Theodeus/tuna/issues"
},
"homepage": "https://github.com/Theodeus/tuna#readme",
"devDependencies": {
"eslint": "^5.6.1",
"express": "^4.17.1",
"uglify-js": "^3.4.9"
},
"dependencies": {}
}