forked from processing/p5.js-sound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
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
38
39
40
41
{
"name": "p5.sound",
"repository": {
"type": "git",
"url": "https://github.com/processing/p5.js-sound.git"
},
"version": "0.3.12",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"almond": "~0.2.7",
"amdclean": "~2.0",
"babel-loader": "^8.0.6",
"babel-plugin-preval": "^3.0.1",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^1.0.2",
"grunt-decomment": "^0.2.4",
"grunt-eslint": "^20.0.0",
"grunt-mocha": "^1.0.4",
"grunt-open": "^0.2.3",
"grunt-webpack": "^3.1.3",
"raw-loader": "^3.0.0",
"uglify-loader": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.33.0",
"webpack-auto-inject-version": "^1.2.2"
},
"dependencies": {
"audioworklet-polyfill": "^1.1.2",
"startaudiocontext": "^1.2.1",
"tone": "0.10.0"
},
"scripts": {
"build": "grunt",
"test": "grunt run-tests",
"lint": "grunt lint",
"dev": "grunt dev"
}
}