-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 770 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 770 Bytes
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
{
"name": "webMUSHRA",
"version": "1.4.3",
"description": "Web Audio API based Listening Experiment Framework",
"author": "International Audio Laboratories Erlangen",
"repository": "https://github.com/audiolabs/webMUSHRA",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test",
"start": ""
},
"keywords": [
"MUSHRA"
],
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-jsdoc": "^2.1.0",
"grunt-processhtml": "^0.4.1",
"jsdoc": "^3.4.3"
},
"license": "SEE LICENSE IN LICENSE.txt"
}