-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "tb-web-audio",
"version": "1.2.6",
"description": "Simplified Web Audio API with cross-browser support",
"author": "Justin Jung",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"start": "node ./example/server.js",
"lint": "eslint ./src/index.js",
"compile": "babel -d lib/ src/",
"prepublish": "npm run lint && npm run compile"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.10.2",
"eslint-plugin-babel": "^3.2.0",
"express": "^4.13.4",
"openurl": "^1.1.1",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"keywords": [
"thinkingbox",
"tb",
"audio",
"web audio",
"audio api",
"audio visualization"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thinkingboxmedia/tb-web-audio.git"
},
"homepage": "https://github.com/thinkingboxmedia/tb-web-audio",
"bugs": {
"url": "https://github.com/thinkingboxmedia/tb-web-audio/issues"
}
}