-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 742 Bytes
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
{
"name": "audio-visualization",
"version": "0.1.1",
"description": "音乐可视化",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/wuxinweb/audio-visualization.git"
},
"keywords": [
"audio",
"visualization"
],
"typings": "types/index.d.ts",
"author": "bucai",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"@babel/runtime": "^7.13.10"
}
}