blob: 9b64ce9c0eb12a07869e8fb283d10ab31b9f69d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "glass",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^2.4.1"
},
"dependencies": {
"pitchy": "^1.0.3",
"signal-windows": "0.0.1",
"tone": "^0.12.0"
}
}
|