-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 824 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 824 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
31
32
33
34
35
36
{
"name": "FoleyBox",
"version": "0.0.0",
"description": "Sound file database.",
"main": "source/index.htm",
"scripts": {
"postinstall": "bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/KalixAudio/FoleyBox"
},
"keywords": [
"music",
"saving",
"audio",
"production",
"search",
"tagging"
],
"author": "Liam Anderson",
"license": "GPL3",
"bugs": {
"url": "https://github.com/KalixAudio/FoleyBox/issues"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "^0.4.4",
"grunt-bower-install": "^1.4.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-node-webkit-builder": "^0.1.21"
}
}