-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.26 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
{
"name": "js-loading-overlay",
"version": "1.2.0",
"description": "Easy and beautiful way to display loading overlay in your application.",
"keywords": [
"loading overlay",
"ajax loading",
"page loading overlay",
"overlay",
"loading",
"ajax"
],
"main": "dist/js-loading-overlay.min.js",
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-modules-amd": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.4.3",
"@babel/runtime": "^7.6.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"coveralls": "^3.1.0",
"jest": "^24.9.0",
"request": "^2.88.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.9",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage",
"coverage": "coveralls < coverage/lcov.info",
"dev": "webpack --mode development --watch",
"prod": "webpack -p --mode production"
},
"author": "Muhammad Faiz <[email protected]>",
"repository": "https://github.com/muhdfaiz/js-loading-overlay.git",
"license": "MIT",
"private": false,
"dependencies": {}
}