-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.34 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
50
51
52
53
54
55
{
"name": "deparam",
"version": "1.0.4",
"description": "$.param reverse function",
"main": "dist/deparam.cjs.js",
"browser": "dist/deparam.umd.js",
"module": "dist/deparam.esm.js",
"scripts": {
"eslint": "eslint .",
"rollup": "rollup -c",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexey2baranov/deparam.git"
},
"keywords": [
"url",
"param"
],
"author": "alexey2baranov",
"contributors": [
"Brett Zamir"
],
"engines": {
"node": ">=6.0.0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/alexey2baranov/deparam/issues"
},
"homepage": "https://github.com/alexey2baranov/deparam#readme",
"dependencies": {},
"devDependencies": {
"@rollup/plugin-node-resolve": "^6.1.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jquery": "^3.4.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mocha": "^7.0.0",
"puppeteer": "^2.0.0",
"rollup": "^1.28.0",
"sinon": "^8.0.2",
"sinon-chai": "^3.4.0",
"webpack": "^4.41.5"
}
}