-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 928 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
32
33
34
35
36
37
38
39
{
"name": "pow",
"version": "0.3.1",
"description": "Audio Player from POST requested audio file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt",
"demo": "grunt demo && node demo/server.js",
"dev": "grunt demo && nodemon demo/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterbsmith2/pow.git"
},
"keywords": [
"audio",
"post",
"audio",
"player",
"audiocontext",
"audionode"
],
"author": "Peter B Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterbsmith2/pow/issues"
},
"homepage": "https://github.com/peterbsmith2/pow#readme",
"dependencies": {
"express": "^4.14.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-ng-annotate": "^2.0.2"
}
}