-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 830 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
{
"name": "simple-audio-synthesizer",
"version": "0.8.1",
"description": "An audio synthesizer build with Web Audio API",
"scripts": {
"build": "npm run lint && webpack",
"lint": "eslint src/js/**",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raohmaru/simple-audio-synthesizer.git"
},
"author": "Raohmaru",
"license": "MIT",
"bugs": {
"url": "https://github.com/raohmaru/simple-audio-synthesizer/issues"
},
"homepage": "https://github.com/raohmaru/simple-audio-synthesizer#readme",
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"eslint": "6.2.2",
"webpack": "4.39.2",
"webpack-cli": "3.3.6"
}
}