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
|
{
"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",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.7.0",
"webpack": "^2.4.1",
"hidpi-canvas": "git+ssh://git@github.com/julescarbon/hidpi-canvas-polyfill.git"
},
"dependencies": {
"pitchy": "^1.0.3",
"signal-windows": "0.0.1",
"tone": "^0.12.0"
}
}
|