-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 1.01 KB
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
{
"name": "unitoggle",
"version": "1.0.0",
"description": "Universal toggle. Use it for tabs, accordions and other switchers",
"author": "Tishuk Nadezda",
"homepage": "https://rainjeck.github.io/unitoggle/",
"repository": {
"type": "git",
"url": "https://github.com/rainjeck/unitoggle"
},
"main": "index.js",
"license": "MIT",
"browserslist": "last 10 versions",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-modules-umd": "^7.14.0",
"@babel/preset-env": "^7.4.5",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-header-comment": "^0.9.0",
"gulp-jsmin": "^0.1.5",
"gulp-load-plugins": "^1.6.0",
"gulp-notify": "^3.2.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"gulp-umd": "^2.0.0"
}
}