-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
23 lines (23 loc) · 896 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
{
"name": "fauxtiverb",
"version": "0.1.3",
"description": "Friendly impulse response reverb with HISSTools’s multiconvolve~.",
"license": "BSD-3-Clause",
"scripts": {
"build": "npm run copy && npm run zip && npm run clean",
"copy": "cpy '**/*' '!fauxtiverb/*' '!.gitignore' '!.travis.yml' '!.gitattributes' '!node_modules/**/*' '!fauxtiverb.zip' '!package.json' 'fauxtiverb/' --parents --nodir",
"zip": "bestzip fauxtiverb.zip fauxtiverb/",
"clean": "rimraf fauxtiverb"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delucis/fauxtiverb.git"
},
"author": "Chris Swithinbank <[email protected]> (http://chrisswithinbank.net/)",
"homepage": "https://github.com/delucis/fauxtiverb#readme",
"devDependencies": {
"bestzip": "^1.1.3",
"cpy-cli": "git+https://github.com/chimon2000/cpy-cli.git",
"rimraf": "^2.5.4"
}
}