-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 909 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": "pcm-2-webaudio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src -d dist; ./node_modules/.bin/browserify dist/parser.js -o dist/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raphaklaus/pcm-2-webaudio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/raphaklaus/pcm-2-webaudio/issues"
},
"homepage": "https://github.com/raphaklaus/pcm-2-webaudio#readme",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-eslint": "^10.0.1",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"mocha": "^5.2.0"
}
}