-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.6 KB
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
49
50
51
52
53
{
"name": "jquery.button-audio-player",
"version": "1.0.3",
"description": "",
"main": "src/js/jquery.button-audio-player.js",
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^5.1.1",
"dotenv": "^8.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-load-plugins": "^2.0.2",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-touch": "^1.0.1",
"gulp-util": "^3.0.8",
"node-sass-package-importer": "^5.3.2",
"rimraf": "^3.0.2",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.5",
"through2": "^3.0.1",
"webpack-cli": "^3.3.11",
"webpack-stream": "^5.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development gulp build",
"watch": "NODE_ENV=development gulp",
"prod": "NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nullpon16tera/jquery.button-audio-player.git"
},
"author": "nullpon16tera <nukoboku@gmail.com> (https://github.com/nullpon16tera)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nullpon16tera/jquery.button-audio-player/issues"
},
"homepage": "https://github.com/nullpon16tera/jquery.button-audio-player#readme"
}