-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
44 lines (44 loc) · 1022 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
40
41
42
43
44
{
"name": "pizzicato",
"description": "A web-audio library to simplify using and manipulating sounds.",
"version": "0.6.4",
"license": "MIT",
"homepage": "https://alemangui.github.io/pizzicato/",
"author": {
"name": "Alejandro Mantecon Guillen",
"email": "alemangui@gmail.com",
"url": "https://alemangui.github.io/"
},
"repository": {
"type": "git",
"url": "git://github.com/alemangui/pizzicato.git"
},
"bugs": {
"url": "https://github.com/alemangui/pizzicato/issues"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-include": "2.3.1",
"gulp-jshint": "1.9.2",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.5.3",
"jasmine-core": "2.6.2",
"jshint-stylish": "2.1.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",
"karma-firefox-launcher": "1.3.0",
"karma-jasmine": "1.1.0"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"test": "gulp test"
},
"keywords": [
"audio",
"sound",
"web audio",
"sound effects"
],
"main": "./distr/Pizzicato.min.js"
}