-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1021 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
{
"name": "yusaino-audio",
"version": "1.0.0",
"description": "Audio processing for Yusaino.",
"main": "bin/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./node_modules/gulp/bin/gulp.js --color --gulpfile ./gulpfile.js"
},
"engines": {
"node": ">=6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hozuki/yusaino-audio.git"
},
"keywords": [
"audio",
"arduino",
"compression"
],
"author": "George Wu <uiharu@buaa.edu.cn>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hozuki/yusaino-audio/issues"
},
"homepage": "https://github.com/hozuki/yusaino-audio#readme",
"dependencies": {
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"commander": "^2.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-typescript": "^3.1.3",
"is-valid-path": "^0.1.1",
"typescript": "^2.1.4",
"wav": "^1.0.1"
}
}