-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.1 KB
/
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
45
46
47
48
{
"name": "genish.js",
"version": "1.0.2",
"description": "gen~ in js",
"main": "js/index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"gulp-notify": "^3.2.0",
"memory-helper": "^1.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"benchmark": "^2.1.0",
"browserify": "^16.5.1",
"codemirror": "^5.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-buffer": "^0.0.2",
"gulp-mocha": "^2.2.0",
"gulp-notify": "^3.2.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charlieroberts/genish.js.git"
},
"keywords": [
"audio",
"gen~",
"max/msp",
"javascript",
"synthesis",
"DSP"
],
"author": "Charlie Roberts <[email protected]> (http://www.charlie-roberts.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/charlieroberts/genish.js/issues"
},
"homepage": "https://github.com/charlieroberts/genish.js#readme",
"standard": false
}