-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 945 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": "vanillajs-checkall",
"version": "0.0.1",
"description": "One checkbox to rule them all (in Vanilla JavaScript)",
"main": "src/vanillajs-checkall.js",
"scripts": {
"test": "jest"
},
"repository": "git+https://github.com/simivar/vanillajs-checkall.git",
"keywords": [
"vanillajs",
"vanilla",
"javascript",
"checkall",
"checkbox",
"control"
],
"author": "simivar",
"license": "MIT",
"bugs": {
"url": "https://github.com/simivar/vanillajs-checkall/issues"
},
"homepage": "https://github.com/simivar/vanillajs-checkall#readme",
"devDependencies": {
"del": "^4.1.0",
"eslint": "^5.16.0",
"gulp": "^4.0.1",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.7",
"gulp-optimize-js": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-tap": "^1.0.1",
"gulp-terser": "^1.1.7",
"jest": "^24.7.1",
"lazypipe": "^1.0.2"
}
}