-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.17 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
42
43
44
45
46
47
48
{
"name": "sonantx",
"version": "2.0.3",
"description": "Sonant-X",
"main": "dist/sonantx.bundle.js",
"keywords": [
"audio",
"music",
"synthesizer",
"webaudioapi"
],
"scripts": {
"build": "webpack",
"serve": "parcel serve test.html",
"lint": "eslint \"*.js\"",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolas-van/sonant-x.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicolas-van/sonant-x/issues"
},
"homepage": "https://github.com/nicolas-van/sonant-x#readme",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/nicolas-van"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"audiobuffer-to-wav": "^1.0.0",
"babel-loader": "^8.2.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"jquery": "^3.5.1",
"parcel-bundler": "^1.12.4",
"rfc4648": "^1.4.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}