-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
49
{
"name": "@aamasri/busy",
"description": "A beautiful animated loader with a js busy queuing system.",
"version": "1.2.5",
"versionDescription": "Scoped busy back to it's local document (even when its in an iframe).",
"scripts": {
"build-production": "webpack --mode production",
"build": "webpack --mode development",
"publish": "node ./publish.js"
},
"main": "src/busy.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aamasri/busy-js.git"
},
"keywords": [
"busy",
"spinner",
"loader",
"javascript",
"ES6",
"ES7",
"ES2015"
],
"homepage": "https://github.com/aamasri/busy#readme",
"author": "Ananda Masri <ananda@auro.technology> (https://auro.technology)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/aamasri/busy/issues"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.x",
"@babel/preset-env": "^7.x",
"autoprefixer": "^10.x",
"babel-loader": "^9.x",
"css-loader": "^6.x",
"html-webpack-plugin": "^5.x",
"mini-css-extract-plugin": "^2.x",
"postcss-loader": "^7.x",
"stylus-loader": "^7.x",
"terser-webpack-plugin": "^5.x",
"webpack": "^5.x",
"webpack-clean-obsolete-chunks": "^0.x",
"webpack-cli": "^5.x"
}
}