-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 952 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
{
"name": "dash.nprogress",
"version": "0.1.2",
"description": "Loading indication in dash apps using nprogress.js library",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/snehilvj/dash-nprogress.git"
},
"keywords": [
"dash",
"plotly-dash",
"plotly",
"nprogress"
],
"author": "Snehil Vijay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/snehilvj/dash-nprogress/issues"
},
"homepage": "https://github.com/snehilvj/dash-nprogress#readme",
"dependencies": {
"nprogress": "^0.2.0"
},
"devDependencies": {
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"files": [
"LICENSE",
"README.md",
"dist/dash.nprogress.js"
]
}