-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 883 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 883 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
34
35
{
"name": "nprogresse",
"version": "0.2.6",
"main": "index.js",
"keywords": [
"nprogress",
"nprogresse",
"progress bar"
],
"scripts": {
"prepublishOnly": "rollup -c ./rollup.config.js",
"test": "rollup -c ./rollup.config.js && mocha -r jsdom-global/register",
"build": "rollup -c ./rollup.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AkatQuas/nprogresse.git"
},
"devDependencies": {
"@rollup/plugin-babel": "~5.3.0",
"@rollup/plugin-commonjs": "~18.1.0",
"@rollup/plugin-typescript": "~8.2.1",
"chai": "^4.3.4",
"jquery": "~3.6.0",
"jsdom": "~16.5.3",
"jsdom-global": "~3.0.2",
"mocha": "^8.3.2",
"rollup": "^2.47.0",
"rollup-plugin-less": "~1.1.3",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "~2.2.0",
"typescript": "^4.2.4"
},
"license": "MIT"
}