-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 911 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
{
"name": "ambiance",
"version": "1.0.0",
"description": "turn images into soundscapes",
"main": "dist/js/ambiance-bundle.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-rework": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zopf/ambiance.git"
},
"keywords": [
"ambiance",
"sound",
"image",
"soundscape",
"clarifai"
],
"author": "Alec Zopf",
"license": "MIT",
"bugs": {
"url": "https://github.com/zopf/ambiance/issues"
},
"homepage": "https://github.com/zopf/ambiance#readme",
"other-libraries": [
"https://github.com/g-roma/freesound.js",
"https://github.com/Clarifai/clarifai-nodejs"
]
}