forked from ava-cassiopeia/simple-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1002 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1002 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
36
37
38
39
40
41
42
43
{
"name": "a-simple-switch",
"version": "0.7.1",
"description": "Vanilla JS/CSS Switch UI element",
"main": "src/javascript/index.js",
"scripts": {
"test": "medusa",
"build": "gulp",
"clean": "gulp clean",
"release": "gulp buildRelease"
},
"author": "Ava Mattie",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/aeolingamenfel/simple-switch"
},
"keywords": [
"vanilla js",
"switch",
"ui",
"material design",
"material",
"vanilla"
],
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^5.1.0",
"medusa-cli": "^0.5.5",
"node-sass": "^7.0.1",
"really-simple-args": "^1.1.1",
"webpack": "^2.7.0",
"webpack-stream": "^3.2.0"
}
}